sdkit upgrade - fixes loras with numpy arrays

This commit is contained in:
cmdr2 2025-02-19 14:56:23 +05:30
parent fd49ba5dbc
commit 9dc2154027

View File

@ -97,10 +97,10 @@ def update_modules():
# if sdkit is 2.0.15.x (or lower), then diffusers should be restricted to 0.21.4 (see below for the reason) # if sdkit is 2.0.15.x (or lower), then diffusers should be restricted to 0.21.4 (see below for the reason)
# otherwise use the current sdkit version (with the corresponding diffusers version) # otherwise use the current sdkit version (with the corresponding diffusers version)
expected_sdkit_version_str = "2.0.22.4" expected_sdkit_version_str = "2.0.22.6"
expected_diffusers_version_str = "0.28.2" expected_diffusers_version_str = "0.28.2"
legacy_sdkit_version_str = "2.0.15.13" legacy_sdkit_version_str = "2.0.15.15"
legacy_diffusers_version_str = "0.21.4" legacy_diffusers_version_str = "0.21.4"
sdkit_version_str = version("sdkit") sdkit_version_str = version("sdkit")