diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 03:52:51 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-05-10 03:52:51 +0000 |
commit | f07af8db6489544ce593bef2265146a4c829e67b (patch) | |
tree | 928d6e5e6a117fe286544c5d1d39e22998cd00f5 | |
parent | 31397986e70d20e392d9c3ec70d3aef8ecc2c1ff (diff) | |
download | stable-diffusion-webui-gfx803-f07af8db6489544ce593bef2265146a4c829e67b.tar.gz stable-diffusion-webui-gfx803-f07af8db6489544ce593bef2265146a4c829e67b.tar.bz2 stable-diffusion-webui-gfx803-f07af8db6489544ce593bef2265146a4c829e67b.zip |
bump gradio version for all suffering musicians
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | requirements_versions.txt | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 95234a98..63a6093d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * add extended info for quicksettings setting and use multiselect input instead of a text field
### Minor:
+ * gradio bumped to 3.29.0
* --subpath option for gradio for use with reverse proxy
* linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
* possible frontend optimization: do not apply localizations if there are none
diff --git a/requirements.txt b/requirements.txt index c08c82d7..35987a13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ basicsr fonts
font-roboto
gfpgan
-gradio==3.28.1
+gradio==3.29.0
numpy
omegaconf
opencv-contrib-python
diff --git a/requirements_versions.txt b/requirements_versions.txt index cfdce216..7bce02e5 100644 --- a/requirements_versions.txt +++ b/requirements_versions.txt @@ -3,7 +3,7 @@ transformers==4.25.1 accelerate==0.18.0
basicsr==1.4.2
gfpgan==1.3.8
-gradio==3.28.1
+gradio==3.29.0
numpy==1.23.5
Pillow==9.4.0
realesrgan==0.3.0
|