From add6f88324f19a1487089823d8d5345698def298 Mon Sep 17 00:00:00 2001 From: Artiprocher Date: Tue, 3 Mar 2026 15:33:42 +0800 Subject: [PATCH] bugfix --- diffsynth/configs/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diffsynth/configs/__init__.py b/diffsynth/configs/__init__.py index 144a822..7ad5b73 100644 --- a/diffsynth/configs/__init__.py +++ b/diffsynth/configs/__init__.py @@ -1,2 +1,2 @@ from .model_configs import MODEL_CONFIGS -from .vram_management_module_maps import VRAM_MANAGEMENT_MODULE_MAPS +from .vram_management_module_maps import VRAM_MANAGEMENT_MODULE_MAPS, VERSION_CHECKER_MAPS