Skip to content

oneir0mancer/stable-diffusion-diffusers-colab-ui

Repository files navigation

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:

  • UI based on IPython widgets
  • Stable diffusion 1.x, 2.x, XL
  • Load models in from Huggingface, and models in Automatic1111 (ckpt/safetensors) format
  • Change VAE and sampler
  • Load textual inversions
  • Load LoRAs
  • Img2Img
  • Inpainting

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