oneir0mancer / stable-diffusion-diffusers-colab-ui

Run stable diffusion in Colab with UI on IPython widgets (no gradio)
MIT License
19 stars 4 forks source link
ai ai-art colab deep-learning image-generation pytorch stable-diffusion

Colab UI for Stable Diffusion

Open In Colab

Colab UI for running Stable Diffusion with 🤗 diffusers library.

This repository aims to create a GUI using native Colab and IPython widgets. This eliminates the need for gradio WebUI, which seems to be prohibited now on Google Colab.

UI example

Features:

SDXL

SDXL is supported to an extent. You can load huggingface models, but loading models in A1111 format may be impossible because of RAM limitation. Also it looks like textual inversions and loading LoRAs is not supported for now.

Kandinsky

Open In Colab

Colab UI for Kandinsky txt2img and image mixing.

Original repo: https://github.com/ai-forever/Kandinsky-2