mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-18 23:30:46 +02:00
sdkit 2.0.22 or 2.0.15.9
This commit is contained in:
parent
35f752b36d
commit
c248231181
@ -169,10 +169,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"
|
expected_sdkit_version_str = "2.0.22.1"
|
||||||
expected_diffusers_version_str = "0.28.2"
|
expected_diffusers_version_str = "0.28.2"
|
||||||
|
|
||||||
legacy_sdkit_version_str = "2.0.15.8"
|
legacy_sdkit_version_str = "2.0.15.9"
|
||||||
legacy_diffusers_version_str = "0.21.4"
|
legacy_diffusers_version_str = "0.21.4"
|
||||||
|
|
||||||
sdkit_version_str = version("sdkit")
|
sdkit_version_str = version("sdkit")
|
||||||
|
Loading…
Reference in New Issue
Block a user