mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
downgrade gradio
This commit is contained in:
+6
-3
@@ -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
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user