Instructions to use Noginowa/AnimaMixColorXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Noginowa/AnimaMixColorXL with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Noginowa/AnimaMixColorXL", 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
| 1.(animagineXLV31_v31 x 0.775 + asyncsMIXXL_v32 x 0.225) x 0.375 + animaPencilXL_v500 x 0.625 | |
| 2.[1] + ([1] - animaPencilXL_v500) x 1_trainDifference | |
| 3.[2] + (animaPencilXL_v500 - animaPencilXL_v400) x 1_smoothAdd MT | |
| 4.[3] x (1-alpha) + AnythingXL_xl x alpha (0.8,0.725,0.725,0.725,0.725,0.725,0.725,0.725,0.725,0.725,0.65,0.35,0.35,0.35,0.35,0.35,0.35,0.55,0.55,0.55,0) | |
| 5.[4] + ([4] - AnythingXL_xl) x 1.0_trainDifference | |
| 6.[5] x (1-alpha) + AnythingXL_xl x alpha (1.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0)_cosineA |