diff --git a/CHANGELOG.md b/CHANGELOG.md index 773a59419..e1d9950d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/TODO.md b/TODO.md index 223f6d0db..0229f99cd 100644 --- a/TODO.md +++ b/TODO.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 90b295b32..7d5e41aef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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