FlowerMix Series
Collection
FlowerMix series is a merge model based on the SDXL. • 3 items • Updated
How to use Noginowa/FlowerMixMoonXL 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/FlowerMixMoonXL", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]
セミリアルで可愛らしい見た目を目指したVAE内蔵マージモデルです。
This is a merge model with built-in VAE that aims for a semi-realistic, cute look.
v3はよりリアルに調整されており以前のバージョンとは使い勝手が異なります。全身を入れる場合は顔が小さく描画されるためHires. fixは必須です。
v3 has been tuned to be more realistic and feels different to previous versions. If you include the full body, the face will be drawn small, so Hires. fix is essential.
修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license