fix model type detect

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-10-31 12:31:43 -04:00
parent 526472a921
commit c6e795442e
+1 -1
View File
@@ -78,7 +78,7 @@ def get_model_type(pipe):
# hybrid models
elif 'Wan' in name:
model_type = 'wanai'
if 'ChronoEdit' in name:
elif 'ChronoEdit' in name:
model_type = 'chrono'
elif 'HDM-xut' in name:
model_type = 'hdm'