From 0b0fd795c836e64598dfecfd9d236f3b24fdf630 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 2 Feb 2025 08:16:28 -0500 Subject: [PATCH] cleanup notes Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 12 ++++++------ requirements.txt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e802130f..89791bb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,18 +10,18 @@ - **Docs**: - Updated [Debugging guide](https://github.com/vladmandic/automatic/wiki/Debug) - **Torch**: - - for cuda environments set default to `torch==2.6.0+cu126` - for rocm environments set default to `torch==2.6.0+rocm6.2.4` + - for **cuda** environments set default to `torch==2.6.0+cu126` + for **rocm** environments set default to `torch==2.6.0+rocm6.2.4` *note*: to avoid disruptions sdnext does not perform torch install during in-place upgrades to force torch upgrade, either start with new installation or use `--reinstall` flag - - support for torch nightly builds and nvidia blackwell gpus! + - support for torch **nightly** builds and nvidia **blackwell** gpus! use `--use-nightly` flag to install torch nightly builds current defaults to `torch==2.7.0+cu128` prerelease *note*: nightly builds are required for blackwell gpus - add support for torch **tunable ops**, this can speed up operations by up to *10-30%* on some platforms - *set in settings -> backend settings -> torch* and *paths -> tunable ops cache* + set in *settings -> backend settings -> torch options* and *settings -> system paths -> tunable ops cache* - add support for stream-loading, this can speed up model loading when models are located on network drives - *set in settings -> models & loading -> model load using streams* + set in *settings -> models & loading -> model load using streams* - enhanced error logging - **Interrogate/Captioning** - single interrogate button for every input or output image @@ -33,7 +33,7 @@ - **balanced offload** new defaults: *lowvram/4gb min threshold: 0, medvram/8gb min threshold: 0, default min threshold 0.25* - **prompt parser**: log stats with tokens, sections and min/avg/max weights - **prompt parser**: add setting to ignore line breaks in prompt - set in *settings -> prompt settings -> use line breaks* + set in *settings -> text encoder -> use line breaks* - **visual query**: add list of predefined system prompts - **nvml cli**: run nvidia-management-lib interrogate from cli already available in ui in generate -> right click -> nvidia diff --git a/requirements.txt b/requirements.txt index e1995df7a..348bf59a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ numba==0.59.1 protobuf==4.25.3 pytorch_lightning==1.9.4 tokenizers==0.21.0 -transformers==4.48.1 +transformers==4.48.2 urllib3==1.26.19 Pillow==10.4.0 timm==0.9.16