diffusersEasy Playground

Hugging Face: Stable Diffusion, DALL-E, image generation pipelines

Getting started with diffusersRun locally
Install
pip install diffusers[torch]
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: diffusers)

diffusers is a third-party package. Hugging Face: Stable Diffusion, DALL-E, image generation pipelines. Install with: pip install diffusers[torch]

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?