Merge branch 'dev' into release_candidate

This commit is contained in:
AUTOMATIC 2023-05-10 06:53:25 +03:00
commit 921dc4639b
3 changed files with 3 additions and 2 deletions

View File

@ -13,6 +13,7 @@
* add extended info for quicksettings setting and use multiselect input instead of a text field * add extended info for quicksettings setting and use multiselect input instead of a text field
### Minor: ### Minor:
* gradio bumped to 3.29.0
* --subpath option for gradio for use with reverse proxy * --subpath option for gradio for use with reverse proxy
* linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable) * linux/OSX: use existing virtualenv if already active (the VIRTUAL_ENV environment variable)
* possible frontend optimization: do not apply localizations if there are none * possible frontend optimization: do not apply localizations if there are none

View File

@ -5,7 +5,7 @@ basicsr
fonts fonts
font-roboto font-roboto
gfpgan gfpgan
gradio==3.28.1 gradio==3.29.0
numpy numpy
omegaconf omegaconf
opencv-contrib-python opencv-contrib-python

View File

@ -3,7 +3,7 @@ transformers==4.25.1
accelerate==0.18.0 accelerate==0.18.0
basicsr==1.4.2 basicsr==1.4.2
gfpgan==1.3.8 gfpgan==1.3.8
gradio==3.28.1 gradio==3.29.0
numpy==1.23.5 numpy==1.23.5
Pillow==9.4.0 Pillow==9.4.0
realesrgan==0.3.0 realesrgan==0.3.0