add typo to legacy compatibility options

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-10-04 18:11:52 -04:00
parent f38de14583
commit 8325e886c7
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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)
+1
View File
@@ -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 = [