From 8325e886c722e64df7c33f0f2d016b873b151a63 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 4 Oct 2025 18:11:52 -0400 Subject: [PATCH] add typo to legacy compatibility options Signed-off-by: Vladimir Mandic --- TODO.md | 1 + modules/sd_models.py | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 1a5475c7d..01bcdad79 100644 --- a/TODO.md +++ b/TODO.md @@ -36,6 +36,7 @@ Main ToDo list can be found at [GitHub projects](https://github.com/users/vladma ### New models +- [Ovi](https://github.com/character-ai/Ovi) - [Kandinsky 5](https://github.com/ai-forever/Kandinsky-5) - [Bytedance Lynx](https://github.com/bytedance/lynx) - [HunyuanImage](https://huggingface.co/tencent/HunyuanImage-2.1) diff --git a/modules/sd_models.py b/modules/sd_models.py index 8e971e400..b8e3c0391 100644 --- a/modules/sd_models.py +++ b/modules/sd_models.py @@ -28,6 +28,7 @@ debug_move = log.trace if os.environ.get('SD_MOVE_DEBUG', None) is not None else debug_load = os.environ.get('SD_LOAD_DEBUG', None) debug_process = log.trace if os.environ.get('SD_PROCESS_DEBUG', None) is not None else lambda *args, **kwargs: None diffusers_version = int(diffusers.__version__.split('.')[1]) +get_closet_checkpoint_match = get_closest_checkpoint_match # legacy compatibility checkpoint_tiles = checkpoint_titles # legacy compatibility allow_post_quant = None pipe_switch_task_exclude = [