FlowerMix Series
Collection
FlowerMix series is a merge model based on the SDXL. • 3 items • Updated
How to use Noginowa/FlowerMixCherryXL 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/FlowerMixCherryXL", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Noginowa/FlowerMixCherryXL", 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 mixes models that are good at generating cute girls.
修正 CreativeML OpenRAIL-M ライセンス / Modified CreativeML OpenRAIL-M license