mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 23:20:59 +02:00
multiple control fixes
This commit is contained in:
@@ -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])}')
|
||||
|
||||
Reference in New Issue
Block a user