mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-14 17:37:25 +00:00
bump versions of bitsandbytes and accelerate (#2658)
for CUDA 12.6 compatibility, and diffusers 0.31.0 expects accelerate >=0.31.0
This commit is contained in:
@@ -2,7 +2,7 @@ import pkg_resources
|
||||
|
||||
from modules.launch_utils import run_pip
|
||||
|
||||
target_bitsandbytes_version = '0.43.3'
|
||||
target_bitsandbytes_version = '0.45.2'
|
||||
|
||||
|
||||
def try_install_bnb():
|
||||
|
||||
Reference in New Issue
Block a user