Instructions to use nousr/robo-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nousr/robo-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nousr/robo-diffusion", 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
How do I use this?
#2
by xfreakazoidx - opened
I have Stable Diffusion (AUTO1111). Do I just download the files and put them somewhere?
I have Stable Diffusion (AUTO1111). Do I just download the files and put them somewhere?
Yes, models/Stable-diffusion folder
Download the .ckpt file under "models"
where is the .ckpt ???
Files and Versions > Models.
any idea if the pickle signal is bad for running those weights?
where is the .ckpt ???
here
https://huggingface.co/nousr/robo-diffusion/tree/main/models
