How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("digiplay/Sweet-mix_v2.2_flat", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Model info:

https://civitai.com/models/18927/sweet-mix?modelVersionId=158294

Sample image generated by Huggingface's API : 1girl picnic,sunnyday,

Note:

Original Author's Version didn't bake VAE, for convenience uses, I baked two VAE versions users can download here:

https://huggingface.co/digiplay/Sweet-mix_v2.2_flat/tree/main

Original Author's DEMO images :

0001-964176268-1girl, elf, pointy ears, standing, forest, blush, purple eyes, green hair, full shot, full body, (plated armor_1.3), (sword_1.1) (1).png 002-817831502-1girl, mature female, sunset, lake, forest, smile, (blush_1.2), standing, (black eyes_1.2), brown hair, looking at viewer, pov, (1).png

Downloads last month
156
Safetensors
Model size
0.9B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for digiplay/Sweet-mix_v2.2_flat

Finetunes
1 model

Spaces using digiplay/Sweet-mix_v2.2_flat 32