Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Cartoon
Zovya
DucHaiten
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Classic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Classic 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/Classic", torch_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
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,10 +3,45 @@ license: creativeml-openrail-m
|
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
|
|
|
|
|
|
|
|
|
| 6 |
- stable-diffusion
|
| 7 |
- stable-diffusion-diffusers
|
| 8 |
- diffusers
|
| 9 |
- text-to-image
|
| 10 |
---
|
| 11 |
|
| 12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
library_name: diffusers
|
| 4 |
pipeline_tag: text-to-image
|
| 5 |
tags:
|
| 6 |
+
- Anime
|
| 7 |
+
- Zovya
|
| 8 |
+
- DucHaiten
|
| 9 |
- stable-diffusion
|
| 10 |
- stable-diffusion-diffusers
|
| 11 |
- diffusers
|
| 12 |
- text-to-image
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Classic
|
| 16 |
+
|
| 17 |
+
A mix of DucHaitenClassicAnime and CartoonStyleClassic by Zovya to make a model of the best from western and japanese animation! It uses the MoistMixV2 VAE.
|
| 18 |
+
|
| 19 |
+

|
| 20 |
+
|
| 21 |
+
(click for larger)
|
| 22 |
+
|
| 23 |
+
Sample and prompt:
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
videogames, robert jordan pepperoni pizza, josephine wall winner, hidari, roll20 illumination, sitting Pretty CUTE girl, radiant light, gorgeous hair, DETAILED EYES, Magazine ad, iconic, 1943, Cartoon, sharp focus, 4k, towel. comic art on canvas by kyoani and watched and ROSSDRAWS. elementary
|
| 28 |
+
|
| 29 |
+
Original pages:
|
| 30 |
+
|
| 31 |
+
https://civitai.com/models/33030/cartoon-style-classic
|
| 32 |
+
|
| 33 |
+
https://civitai.com/models/8542?modelVersionId=16168 (DucHaitenClassicAnime)
|
| 34 |
+
|
| 35 |
+
# Recipe
|
| 36 |
+
|
| 37 |
+
- SuperMerger Weight sum MBW 0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1
|
| 38 |
+
|
| 39 |
+
Model A: DucHaitenClassicAnime
|
| 40 |
+
|
| 41 |
+
Model B: CartoonStyleClassic
|
| 42 |
+
|
| 43 |
+
Output: Classic
|
| 44 |
+
|
| 45 |
+
- Bake MoistMixV2 VAE:
|
| 46 |
+
|
| 47 |
+
Output: ClassicVAE
|