mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 11:11:15 +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
|
from modules.launch_utils import run_pip
|
||||||
|
|
||||||
target_bitsandbytes_version = '0.43.3'
|
target_bitsandbytes_version = '0.45.2'
|
||||||
|
|
||||||
|
|
||||||
def try_install_bnb():
|
def try_install_bnb():
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
setuptools==69.5.1 # temp fix for compatibility with some old packages
|
setuptools==69.5.1 # temp fix for compatibility with some old packages
|
||||||
GitPython==3.1.32
|
GitPython==3.1.32
|
||||||
Pillow==9.5.0
|
Pillow==9.5.0
|
||||||
accelerate==0.21.0
|
accelerate==0.31.0
|
||||||
blendmodes==2022
|
blendmodes==2022
|
||||||
clean-fid==0.1.35
|
clean-fid==0.1.35
|
||||||
diskcache==5.6.3
|
diskcache==5.6.3
|
||||||
|
|||||||
Reference in New Issue
Block a user