Instructions to use radames/sdxl-DPO-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use radames/sdxl-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/sdxl-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
more f3929ab
remove d51551e
retrained fixed algo 2699b36
Update README.md 257f4cc verified
Upload workflow-sdxl-dpo-lora.json bc52449 verified
Upload pytorch_lora_weights-sdxl-comfyui.safetensors 48351eb verified
Update README.md c60900c verified
Update README.md 8c6ed42 verified
Update README.md 0659e6a verified
Update README.md a5c5892 verified
ibest model 8042e66
Update README.md b250d42 verified
Update README.md 5331cbb verified
Create README.md 5d3ef06 verified
check 1e4037a
initial commit 455a450
Radamés Ajna commited on