downgrade gradio

This commit is contained in:
Vladimir Mandic
2023-10-11 16:23:59 -04:00
parent 7fb25b99b0
commit a3f375a2e4
3 changed files with 8 additions and 4 deletions
+6 -3
View File
@@ -1,9 +1,8 @@
# Change Log for SD.Next
## Update for 2023-10-09
## Update for 2023-10-11
- Final strech of the DEV branch before merge to master
- Requires pending `diffusers==0.22.0`
- Final strech of the DEV branch before merge to master: requires pending `diffusers==0.22.0`
This is a major release, with many changes and new functionality...
@@ -173,6 +172,10 @@ or even free speedups and quality improvements (regardless of which workflows yo
new option *settings -> inference -> batch mode*
when using img2img process batch, process multiple images in batch in parallel
thanks @Symbiomatrix
- **NSFW**
- install extension: [NudeNet](https://github.com/vladmandic/sd-extension-nudenet)
body part detection, image metadata, advanced censoring, etc...
more in the extension notes
- **General**
- **Startup**
- all main CLI parameters can now be set as environment variable as well
+1
View File
@@ -23,6 +23,7 @@ Stuff to be added, in no particular order...
- Rename repo: **automatic** -> **sdnext**
- New Minor
- Prompt padding for positive/negative
- PyTorch / XLA
- New Major
- Profile manager (for `config.json` and `ui-config.json`)
- Multi-user support
+1 -1
View File
@@ -51,7 +51,7 @@ accelerate==0.20.3
opencv-python-headless==4.7.0.72
diffusers==0.21.4
einops==0.4.1
gradio==3.44.4
gradio==3.43.2
huggingface_hub==0.17.1
numexpr==2.8.4
numpy==1.24.4