Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion
stable-diffusion-xl
anime
semi-realistic
2.5D
expressive eyes
realistic lighting
dramatic contrasts
mood
backgrounds
portraits
illustrious
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("John6666/dessert-models-eclair-sdxl", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]- Downloads last month
- 3
Model tree for John6666/dessert-models-eclair-sdxl
Base model
KBlueLeaf/kohaku-xl-beta5