Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Girls
Style
Disney
Art
Ikena
PromptSharingSamaritan
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Aurantium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Aurantium 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/Aurantium", 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
|
@@ -1,10 +1,61 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
- stable-diffusion
|
| 5 |
- stable-diffusion-diffusers
|
| 6 |
- text-to-image
|
| 7 |
- diffusers
|
| 8 |
inference: true
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
tags:
|
| 4 |
+
- Anime
|
| 5 |
+
- Girls
|
| 6 |
+
- Style
|
| 7 |
+
- Disney
|
| 8 |
+
- Art
|
| 9 |
+
- Ikena
|
| 10 |
+
- PromptSharingSamaritan
|
| 11 |
- stable-diffusion
|
| 12 |
- stable-diffusion-diffusers
|
| 13 |
- text-to-image
|
| 14 |
- diffusers
|
| 15 |
inference: true
|
| 16 |
+
base_model:
|
| 17 |
+
- digiplay/Sudachi_diffusers
|
| 18 |
+
- Yntec/WesternCartoon
|
| 19 |
+
base_model_relation: merge
|
| 20 |
---
|
| 21 |
+
# Aurantium
|
| 22 |
+
|
| 23 |
+
Sudachi with WesternCartoon's compositions and flat style, samples and prompts (all use seed 9119):
|
| 24 |
+
|
| 25 |
+

|
| 26 |
+
|
| 27 |
+
A realistic painting of a CUTE CHIBI playing videogames, potted plants, ponytail and classical antiquities by ROSSDRAWS. 4k by raphael and alberto vargas, cinematic lighting, highly detailed and intricate
|
| 28 |
+
|
| 29 |
+

|
| 30 |
+
|
| 31 |
+
masterpiece, best quality, 1girl, 90s anime blue eyes, long hair, white hair, tree, stairs, standing, kimono, sky, cherry blossoms, temple, looking at viewer, upper body, from below, looking back, chibi
|
| 32 |
+
|
| 33 |
+

|
| 34 |
+
|
| 35 |
+
pretty Tiny mischievous CUTE girl wearing a puffy teal jacket, DETAILED EYES, greatly face, Magazine Ad, playing, lush market overgrown city, smooth, intricate, elegant, digital painting, artstation, concept art, sharp focus, illustration, art by sam spratt and ROSSDRAWS, valorant character
|
| 36 |
+
|
| 37 |
+

|
| 38 |
+
|
| 39 |
+
masterpiece, best quality, 1girl, retro 80s anime black eyes, medium hair, stairs, cherry blossoms, temple, fox girl, detached sleeves, animal ears, happy, arms behind back, Chibi
|
| 40 |
+
|
| 41 |
+
Original pages:
|
| 42 |
+
|
| 43 |
+
https://civitai.com/models/62060/western-cartoon-type-a
|
| 44 |
+
|
| 45 |
+
https://civitai.com/models/85909/sudachi
|
| 46 |
+
|
| 47 |
+
# Recipe:
|
| 48 |
+
|
| 49 |
+
- SuperMerger Weight sum Use MBW 1,0,0,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1
|
| 50 |
+
|
| 51 |
+
Model A:
|
| 52 |
+
|
| 53 |
+
sudachi
|
| 54 |
+
|
| 55 |
+
Model B:
|
| 56 |
+
|
| 57 |
+
western-cartoon-type-a
|
| 58 |
+
|
| 59 |
+
Output Model:
|
| 60 |
+
|
| 61 |
+
Aurantium
|