Instructions to use cookey39/aam_xl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cookey39/aam_xl with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cookey39/aam_xl", 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
| library_name: diffusers | |
| #### Backed up at https://civitai.com/models/269232/aam-xl-anime-mix, model copyrighted by the original author | |
| AAM XL Anime Mix | |
| Anime Screencap Style Model | |
| Do you like what I do? Consider supporting me on Patreon 🅿️ or feel free to buy me a coffee ☕. | |
| A ❤️, a kind comment or a review is greatly appreciated. | |
| Join my Discord Server | |
| This is essentially derived from AAM AnyLoRA Anime Mix, but it's based on SDXL. | |
| It won't work with loras and embeddings for SD1.5 even if they're trained on the original AAM or AnyLoRA. "Mix" as in mix of anime styles. | |
| I suggest you use CFG 5-7 (not higher than 8), 20-30 steps with Euler a. | |
| Upscalers suggestions are None (bicubic upscaling in comfyui), any good GAN for anime or Latent (only if you know what you're doing). | |
| For Turbo I suggest you use CFG 3-4 and 8 steps Euler a or 15 steps LCM. | |
| Unlike with DreamShaper Turbo, I think base AAM XL is better than AAM XL Turbo most of the time. However the latter is MUCH faster. | |
| Purpose of this model | |
| Make amazing anime style artworks on its own. | |
| Train character loras. | |
| Use anime styles. | |
| Generate anime art and stylized art. | |
| It can generate hen/tai on its own, but you might need loras and embeddings for specific stuff. | |
| ComfyUI Workflow: https://pastebin.com/BHCEzc6T | |
| Finetuned over "DreamShaper Anime", which is a mix of Anime Art Diffusion, Hassaku and DreamShaper XL. Finetuned using the AAM dataset. Fair AI Public License 1.0-SD | |