Instructions to use nitrosocke/classic-anim-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nitrosocke/classic-anim-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/classic-anim-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
mixe classic with modern
#5
by kilik - opened
Nice, what is the keyword to enable the style ?
Looks good!
Can you still access each style on its own? Like a picture only in classic style?
same of original [modern disney style : 1| arcane style :1]
we can play with weight prompt for each style
or we can use https://github.com/eyriewow/merge-models.git
with more alpha value
another way it's must be possible like disco diffusion make is load two at same time


