Text-to-Image
Diffusers
Safetensors
StableDiffusion3Pipeline
diffusers-training
sd3
sd3-diffusers
template:sd-lora
Instructions to use xiaolingao/trained-sd3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use xiaolingao/trained-sd3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xiaolingao/trained-sd3", dtype=torch.bfloat16, device_map="cuda") prompt = "A photo of sks dog in a bucket" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 132 Bytes
f2b36ce | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bec29102e6aeac9ae51168857a4406959a8f84bf97b2b7ef9cccdd4785bebc05
size 1550913
|