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
- Draw Things
- DiffusionBee
Mixed Arcane Diffusion with Disney modern Style
#15
by kilik - opened
Nice mix!
Would love to know if you can still access each style on its own? Like a picture only in arcane style?
we can play with prompt weight for get result more arcane
or merge with more inffluence
https://github.com/eyriewow/merge-models
maybie another way is load 2 models at time


