From 61a98b0b7b5514d2f4ffd4c7845b1df8684e69da Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 1 Feb 2025 16:09:31 -0500 Subject: [PATCH] fix bnb version Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 2 +- modules/model_quant.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d94f3c4f..2e69216d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ with detailed defaults for each model type also configurable - select between 100+ *OpenCLiP* supported models, 10+ built-in *VLMs*, *DeepDanbooru* - **Other**: - - **Networks**: imporove search/filter and add visual indicators for types + - **networks**: imporove search/filter and add visual indicators for types - **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 diff --git a/modules/model_quant.py b/modules/model_quant.py index 6798160a8..d7f9016a5 100644 --- a/modules/model_quant.py +++ b/modules/model_quant.py @@ -100,7 +100,7 @@ def load_bnb(msg='', silent=False): return bnb if devices.backend == 'cuda': # forcing a version will uninstall the multi-backend-refactor branch of bnb - install('bitsandbytes==0.45.0', quiet=True) + install('bitsandbytes==0.45.1', quiet=True) try: import bitsandbytes bnb = bitsandbytes