diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-23 17:46:02 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-23 17:46:02 +0000 |
commit | 00653277268c02695b17de7607f4d14364d50d6b (patch) | |
tree | 13769663e85c5f0b62b56654dd176cf7de3bad0a /README.md | |
parent | 1a0353675de8b2f4d2ce784a37fe4d6121307131 (diff) | |
download | stable-diffusion-webui-gfx803-00653277268c02695b17de7607f4d14364d50d6b.tar.gz stable-diffusion-webui-gfx803-00653277268c02695b17de7607f4d14364d50d6b.tar.bz2 stable-diffusion-webui-gfx803-00653277268c02695b17de7607f4d14364d50d6b.zip |
upgrade to gradio==3.4b3 t fixthe inpain bugs
rework progressbar/preview to work with new gradio
remove unnecessary create style button
added link to alternative colab
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -51,7 +51,10 @@ A browser interface based on Gradio library for Stable Diffusion. ## Installation and Running
Make sure the required [dependencies](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Dependencies) are met and follow the instructions available for both [NVidia](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-NVidia-GPUs) (recommended) and [AMD](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs) GPUs.
-Alternatively, use [Google Colab](https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh).
+Alternatively, use Google Colab:
+
+- [Colab, maintained by Akaibu#9379](https://colab.research.google.com/drive/1kw3egmSn-KgWsikYvOMjJkVDsPLjEMzl)
+- [Colab, original by me, outdated](https://colab.research.google.com/drive/1Iy-xW9t1-OQWhb0hNxueGij8phCyluOh).
### Automatic Installation on Windows
1. Install [Python 3.10.6](https://www.python.org/downloads/windows/), checking "Add Python to PATH"
|