Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
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:
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:
- Downloads last month
- 116
