mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
add typo to legacy compatibility options
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user