mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-22 18:38:38 +02:00
sdkit 2.0.22.7/2.0.15.16 - python 3.9 compatibility
This commit is contained in:
parent
80a4c6f295
commit
64be622285
@ -34,7 +34,7 @@ modules_to_check = {
|
||||
"python-multipart": "0.0.6",
|
||||
"onnxruntime": "1.19.2",
|
||||
"huggingface-hub": "0.21.4",
|
||||
"wandb": "0.13.7",
|
||||
"wandb": "0.17.2",
|
||||
"torchruntime": "1.13.1",
|
||||
"torchsde": "0.2.6",
|
||||
}
|
||||
@ -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)
|
||||
# otherwise use the current sdkit version (with the corresponding diffusers version)
|
||||
|
||||
expected_sdkit_version_str = "2.0.22.6"
|
||||
expected_sdkit_version_str = "2.0.22.7"
|
||||
expected_diffusers_version_str = "0.28.2"
|
||||
|
||||
legacy_sdkit_version_str = "2.0.15.15"
|
||||
legacy_sdkit_version_str = "2.0.15.16"
|
||||
legacy_diffusers_version_str = "0.21.4"
|
||||
|
||||
sdkit_version_str = version("sdkit")
|
||||
|
Loading…
Reference in New Issue
Block a user