Introduction

Diffusion-UI is a web frontend to generate images using latent diffusion models.

Thanks to Stable Diffusion which released their model for free on August 22, 2022, it is now possible to generate amazing images, from text or from another image, for free, on your own computer.

DiffusionUI is available on http://diffusionui.com, but to use the Stable Diffusion model you have to install the Stable Diffusion backend on your own computer.

Absolutely no data is received on our servers when you are using http://diffusionui.com with a local backend and you can even use it offline once the website has been loaded.

Requirements

  • 16GB RAM

  • Maxwell-architecture or newer GPU with at least 4GB VRAM

Reporting Issues and Contributing

Please visit the GitHub repositories for Diffusion-UI ( frontend, backend ) if you’re interested in the current development or want to report issues or send pull requests.

We welcome all kinds of contributions if the coding guidelines are respected. Please check the Contributing file ( on frontend, on backend ) file to learn how to make a good pull request.