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 Settings
- Draw Things
- DiffusionBee
[Tutorial] How to Run and Convert Stable Diffusion Diffusers (.bin Weights) & Dreambooth Models to CKPT File
#6
by MonsterMMORPG - opened
I hope this video gets added to the FAQ, wiki and stickies.
Appreciate very much.
Full Stable Diffusion related playlist that explains both on google colab and PC by Automatic1111 Web UI :
➡️ https://www.youtube.com/playlist?list=PL_pbwdIyffsmclLl0O144nQRnezKlNdx3
not sure this is relevant as a checkpoint file is provided for this model
nousr changed discussion status to closed
not sure this is relevant as a checkpoint file is provided for this model
you are right. i missed it :d
