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
Question on training dataset
#21
by VigneshBaskaran - opened
Hey Nitrosocke,
Thank you very much for your excellent model. I am in love with it. May I ask you how did you construct the dataset for training? Did you come up with your own captions? Also may I ask you if the training scripts are publicly available please? Thank you very much for your help!