fix control video input

This commit is contained in:
Vladimir Mandic
2024-06-30 14:02:55 -04:00
parent d389009565
commit f1a872cb85
2 changed files with 6 additions and 4 deletions
+1
View File
@@ -388,6 +388,7 @@ def process_images_inner(p: StableDiffusionProcessing) -> Processed:
devices.torch_gc()
if hasattr(shared.sd_model, 'restore_pipeline') and shared.sd_model.restore_pipeline is not None:
print('HERE RESTORE')
shared.sd_model.restore_pipeline()
t1 = time.time()