Support custom text encoders and Flux VAEs in the UI

This commit is contained in:
cmdr2
2025-07-14 13:20:26 +05:30
parent 497b996ce9
commit 889a070e62
10 changed files with 218 additions and 78 deletions

View File

@@ -124,10 +124,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.8"
expected_sdkit_version_str = "2.0.22.9"
expected_diffusers_version_str = "0.28.2"
legacy_sdkit_version_str = "2.0.15.17"
legacy_sdkit_version_str = "2.0.15.18"
legacy_diffusers_version_str = "0.21.4"
sdkit_version_str = version("sdkit")