Instructions to use nitrosocke/redshift-diffusion-768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/redshift-diffusion-768 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nitrosocke/redshift-diffusion-768", 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
Will the new version ever come out on Replicate?
#11
by Cavatappi - opened
I am loving your diffusion model and would like to try version 2.0 as well!
I never worked with replicate. The models on there are uploaded by the team for me.
I will look into this and will add more sources for the next version.