Instructions to use gdvstd/trained-sd3-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use gdvstd/trained-sd3-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-3-medium-diffusers", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("gdvstd/trained-sd3-lora") prompt = "a storyboard image in sks style" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
- Xet hash:
- f5df34267d48f19d7e918505e967f4b22683ff9bfbbf770fb50f4f163066d6f3
- Size of remote file:
- 2.58 MB
- SHA256:
- 85cb4d5ad8b6ba1b2efb6c7953bedbeb0a36fa63e220a1dbc55e0a864bd3a85c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.