improve handling of wan22 stages

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-30 11:22:08 -04:00
parent c36e8efd38
commit d8e03bb855
6 changed files with 31 additions and 12 deletions
+1
View File
@@ -9,6 +9,7 @@ def interrogate(image):
if isinstance(image, dict) and 'name' in image:
image = Image.open(image['name'])
if image is None:
shared.log.error('Interrogate: no image provided')
return ''
t0 = time.time()
if shared.opts.interrogate_default_type == 'OpenCLiP':