Instructions to use UCLA-AGI/SPIN-Diffusion-iter1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use UCLA-AGI/SPIN-Diffusion-iter1 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("UCLA-AGI/SPIN-Diffusion-iter1", 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
How to use these models?
#1
by AIWizard76 - opened
Hi,
I wanted to try these models out but I can't find a way.
How to use these models? They don't seem to work in Webui Forge?
Is there a way to turn them into a format suitable for GUIs like Webui Forge/ComfyUI/Webui Forge?
Thanks!
Check https://huggingface.co/UCLA-AGI/SPIN-Diffusion-iter3/discussions and the updated model card of SPIN-Diffusion-iter3.
Let us know if you still have questions!
Thanks, it was helpful.