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
Instance/class prompts to train another style
#17
by leoramosthomas - opened
Hi, thanks you for this diffuser :) I'm making one for pokemon style and I would like to know which instance/class prompts did you use when training?
mine is this, but don't know if it's the same as yours.
Also I would love if you can share the parameters you used for v3. Mine are these (default, only changing num of steps)
