multiple control fixes

This commit is contained in:
Vladimir Mandic
2024-02-03 11:22:18 -05:00
parent dbb79c9669
commit 01d77ffbde
5 changed files with 29 additions and 23 deletions
-1
View File
@@ -418,7 +418,6 @@ def process_diffusers(p: processing.StableDiffusionProcessing):
shared.log.debug(f'Profile: pipeline call: {t1-t0:.2f}')
if not hasattr(output, 'images') and hasattr(output, 'frames'):
if hasattr(output.frames[0], 'shape'):
print('HERE', output.frames[0].shape)
shared.log.debug(f'Generated: frames={output.frames[0].shape[1]}')
else:
shared.log.debug(f'Generated: frames={len(output.frames[0])}')