from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("ByteDance/SDXL-Lightning")

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

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference API
Unable to determine this model's library. Check the docs .