Export
Image Generation with Stable Diffusion XL using 🤗 Diffusers
This notebook demonstrates the following:
- Performing text-conditional image-generations with the Stable Diffusion XL using 🤗 Diffusers.
- Manage image generation experiments using Weights & Biases.
- Log the prompts, generated images and experiment configs to Weigts & Biases for visalization.

[ ]
[ ]
[ ]
base_model_id stabilityai/stable-diffusion-xl-base-1.0
[ ]
wandb_project
prompt_1
prompt_2
negative_prompt_1
negative_prompt_2
num_inference_steps
50
guidance_scale
5
height
1024
width
1024
seed
[ ]