mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
fix model type detect
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user