Instructions to use nitrosocke/Arcane-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/Arcane-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("nitrosocke/Arcane-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
Any colab to learn how to replicate the results with other styles?
#5
by milyiyo - opened
Hi @nitrosocke ,
Do you have any colab notebook to learn how to replicate it with other styles?
The results are pretty amazing :)
Thanks for your work ππ
Hi there and thank you!
I use the Shivam repo and there is a colab version of it as well. That should get you the same results.
Yes that is the one I'm using.
milyiyo changed discussion status to closed