Instructions to use SPO-Diffusion-Models/SPO-SDXL_4k-p_10ep with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SPO-Diffusion-Models/SPO-SDXL_4k-p_10ep with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SPO-Diffusion-Models/SPO-SDXL_4k-p_10ep", 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
- Draw Things
- DiffusionBee
Lora version?
#2
by Ada321 - opened
Should make it a lora so people can more easily merge it into their models.
Do you mean the lora version in diffusers form?
Should make it a lora so people can more easily merge it into their models.
rockeycoss changed discussion status to closed
rockeycoss changed discussion status to open
You can access the LoRA version from here
rockeycoss changed discussion status to closed