Home

Awesome

diffusion-ui

This is a web interface frontend for generation of images using the Automatic1111 fork of Stable Diffusion.

<p align="center"> <img src="https://github.com/leszekhanusz/diffusion-ui/blob/main/doc/cute_bunny.gif" /> </p> <p align="center"> <img src="https://github.com/leszekhanusz/diffusion-ui/blob/main/doc/automatic1111_fullscreen.png" style="width: 100%"/> </p>

Documentation

The documentation is available here

Technologies

Diffusion UI was made using:

Features

Tips

Frontend

The frontend is available at diffusionui.com (Note: You still need to have a local backend to make it work with Stable diffusion)

Or alternatively you can run it locally.

Backends

Automatic1111 Stable Diffusion

local backend

To be able to connect diffusion-ui to the Automatic1111 fork of Stable Diffusion from your own pc, you need to run it with the following parameters: --no-gradio-queue --cors-allow-origins=http://localhost:5173,https://diffusionui.com.

See the instructions here.

online colab backend

If you can't run it locally, it is also possible to use the automatic1111 fork of Stable Diffusion with diffusion-ui online for free with this Google Colab notebook

License

MIT License for the code here.

CreativeML Open RAIL-M license for the Stable Diffusion model.