Skip to content

Commit 06b3919

Browse files
committed
print
1 parent 8696fbb commit 06b3919

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/diffusers/pipelines/flux/pipeline_flux.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,9 @@ def __call__(
776776
image = self.image_processor.postprocess(image, output_type=output_type)
777777

778778
# Offload all models
779+
print("before maybe")
779780
self.maybe_free_model_hooks()
781+
print("after maybe")
780782

781783
if not return_dict:
782784
return (image,)

0 commit comments

Comments
 (0)