Wrappers of Text-to-Image generation models.
TL;DR:
- Install PyTorch
pip/conda install gradiopip install --upgrade diffusersorconda install -c conda-forge diffusers- Got here and accept the licence.
More information can be found here.
Run python stable_diffusion.py to generate images with Stable Diffusion. This starts an easy to use web interface wrapping most of the diffusers library. It requires around 6-8GB of VRAM, depending on the generated image size and other settings.