from diffusers import DiffusionPipeline

pipe = DiffusionPipeline.from_pretrained("yiwanyangchunmian/sd-class-butter-flies-32")

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

Downloads last month
8
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support unconditional-image-generation models for diffusers library.