You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stable Diffusion usage example with 🤗 Transformers
A tiny example of running Stable Diffusion XL locally.
Usage
# Create a virtual environment and activate it.
python -m venv .venv
.venv/bin/activate
# Install dependencies.
pip install .# Run the example.
python -m main
About
Usage example of Stable Diffusion text-to-image model with huggingface/diffusers