MellowMix Series
Collection
MellowMix series is a merge model based on the Illustrious-XL. • 3 items • Updated
How to use Noginowa/MellowMixClearly-ILL 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/MellowMixClearly-ILL", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]MellowMixClearly ILLは、Illustrious系モデルをベースとした、VAE内蔵のマージモデルです。
このモデルは、シャープな線と、色彩の鮮やかさが特徴です。
MellowMixClearly ILL is a VAE-baked merge model built on the Illustrious base.
It features crisp, sharp lines and exceptionally vibrant color contrast.
| 設定/Parameters | 内容/Values |
|---|---|
| CLIP skip | 2 |
| CFG scale(Euler a) | 3-7 |
| CFG scale(Euler a CFG++) | 1.5 |
| Steps | 20-40(おすすめ/Recommended 28) |
| Sampler | Euler a, Euler a CFG++ |
サンプル画像はMellowMixClearly ILL v1で生成し、Hires. fixをしています。
Sample images were generated with MellowMixClearly ILL v1 and Hires. fix.

Masterpiece, Best quality, Amazing quality, Very aesthetic, Absurdres, Highres, Hi res, Newest
Nsfw, Lowres, Bad quality, Worst quality, Poorly drawn, Flat color, Sketch, Jpeg artifacts,
Bad anatomy, Ugly, Bad eyes, Bright pupils, White pupils, Bad hands,
Simple background, Transparent background, Blurry, Furry, Watermark
本モデルの詳細なマージ比率や使用したベースモデルの情報については、以下の専用ファイルをご参照ください。
For detailed merging ratios and information on the base models used, please refer to the dedicated file below.
➡️レシピ (MellowMixClearly_ILL_v1_recipe.md)