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/chilloutmix_NiPrunedFp16Fix", 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: A famous portraits text-to-image model

Sample images:

94f7bdbd-0df2-4822-8758-e89be78f3d9c.jpeg 145ac37f-76b8-4391-934b-976e4b78806b.jpeg

Downloads last month
239
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support