Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
anime
comic
art
classic disney style
BetterThanNothing
nitrosocke
stable-diffusion
stable-diffusion-1.5
stable-diffusion-diffusers
Instructions to use Yntec/ClassicToons with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/ClassicToons with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/ClassicToons", 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
| license: creativeml-openrail-m | |
| language: | |
| - en | |
| library_name: diffusers | |
| pipeline_tag: text-to-image | |
| tags: | |
| - anime | |
| - comic | |
| - art | |
| - classic disney style | |
| - BetterThanNothing | |
| - nitrosocke | |
| - stable-diffusion | |
| - stable-diffusion-1.5 | |
| - stable-diffusion-diffusers | |
| - text-to-image | |
| - diffusers | |
| base_model: | |
| - nitrosocke/classic-anim-diffusion | |
| - Yntec/Toonify2 | |
| base_model_relation: merge | |
| # Classic Toons | |
| When I was merging the models for Disneyify, by mistake I put the models in the wrong order. Oops. I don't know which one is better so you get both of them! | |
| Samples and prompts: | |
|  | |
| sitting elementary girl, Pretty CUTE, gorgeous hair, DETAILED EYES, Futuristic city of tokyo japan, Magazine ad, iconic, 1943, sharp focus, 4k. (Sweaty). visible comic art by ROSSDRAWS and Clay Mann and kyoani | |
|  | |
| Anime cute girl, bangs, depth of field, embedded, hair ribbon, long hair, looking at viewer, neck ribbon, non-web source, palm leaf, palm tree, purple eyes, purple hair, red ribbon, ribbon, self upload, solo | |
|  | |
| analog style 70s color photograph of young Bill Murray as Phil, Groundhog Day behind the scenes | |
|  | |
| Highly detailed, High Quality, Masterpiece, beautiful, cute girl as glad princess peach and toon zelda, teal headwear | |
| Original pages: | |
| https://huggingface.co/nitrosocke/classic-anim-diffusion | |
| https://civitai.com/models/36281 (Toonify) | |
| Reverse recipe: https://huggingface.co/Yntec/Disneyify | |
| # Recipe | |
| - SuperMerger Weight Sum Train Difference Alpha 1 | |
| Model A: ClassicAnim-v1 | |
| Model B: Toonify2 | |
| Model C: Stable Diffusion 1.5 (https://huggingface.co/Yntec/stable-diffusion-v1-5) | |
| Output Model: | |
| Disneyify |