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("Yntec/ChilloutMix", dtype=torch.bfloat16, device_map="cuda")

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

ChilloutMix

No ema version (ChilloutMixMini) and one with the zVAE (ChilloutMixVAE) baked in.

Sample and prompt:

Sample

girl mini cute style, sitting in gaming room, A wholesome animation key shot at computer monitor, cinematic lighting, studio ghibli, pixar and disney animation, anime key art by ROSSDRAWS and Clay Mann, style of maple story, girl, chibi, soft shade

Source:

https://huggingface.co/AsAHuman/chilloutmix

Downloads last month
116
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for Yntec/ChilloutMix

Merges
1 model

Spaces using Yntec/ChilloutMix 47