Instructions to use radames/sd-21-DPO-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use radames/sd-21-DPO-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("radames/sd-21-DPO-LoRA", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md c2bd4be verified
Update README.md 70eb729 verified
Update README.md 1305724 verified
Update README.md e25e466
Update README.md 5034861
Update README.md e78bc50
Update README.md c24038f
Update README.md 92d8540
rename 026eb36
Update README.md 02d376c
Update README.md cb4985a
Update README.md 07e5eb7
Create README.md 574aa4a
as 63e0a60
initial commit 11cd19c
Radamés Ajna commited on