We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26750b1 commit 0ca04f6Copy full SHA for 0ca04f6
src/diffusers/pipelines/visualcloze/pipeline_visualcloze_combined.py
@@ -380,9 +380,6 @@ def __call__(
380
output_type=output_type if upsampling_strength == 0 else "pil",
381
)
382
if upsampling_strength == 0:
383
- # Offload all models
384
- self.maybe_free_model_hooks()
385
-
386
if not return_dict:
387
return (generation_output,)
388
@@ -441,9 +438,6 @@ def __call__(
441
438
else:
442
439
output = image
443
440
444
445
446
447
448
return (output,)
449
0 commit comments