A unified Stable Diffusion pipeline based on diffusers
This repo is an integration of multiple Stable Diffusion pipelines in diffusers
The pipelines are modified and called in a deconstructed manner, which is similar to the official tutorial of pipeline deconstruction by diffusers
- CompVis/stable-diffusion-v1-4
- runwayml/stable-diffusion-v1-5 (deprecated)
- stabilityai/stable-diffusion-2-1
Run ./generate.sh
to generate a set of images according to given settings
Modify generate.sh
for customized experimental settings