https://github.com/backnotprop/colab-stable-diffusion-2-depth-ui
A simple Colab notebook that launches Stable Diffusion 2.0 Depth-to-image demonstration via gradio
https://github.com/backnotprop/colab-stable-diffusion-2-depth-ui
Last synced: 9 months ago
JSON representation
A simple Colab notebook that launches Stable Diffusion 2.0 Depth-to-image demonstration via gradio
- Host: GitHub
- URL: https://github.com/backnotprop/colab-stable-diffusion-2-depth-ui
- Owner: backnotprop
- Created: 2022-11-25T00:36:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T01:49:05.000Z (over 3 years ago)
- Last Synced: 2023-03-01T00:55:54.426Z (over 3 years ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colab-Stable-Diffusion-2-Depth
[](https://colab.research.google.com/github/backnotprop/Colab-Stable-Diffusion-2-Depth/blob/main/%5BColab_Gradio%5D_stable_diffusion_2_depth.ipynb)
A simple notebook that launches Stable Diffusion 2.0 Depth (depth-to-image) demonstration via Gradio UI
This stable-diffusion-2-depth model is resumed from stable-diffusion-2-base (512-base-ema.ckpt) and finetuned for 200k steps. Added an extra input channel to process the (relative) depth prediction produced by MiDaS (dpt_hybrid) which is used as an additional conditioning.
### Note
This notebook uses Gradio's `share` feature to serve the UI via a public URL, through a tunnel over HTTPs. To add security, this notebook forces you to set a `user/password` combo to access the UI