Skip to content

Commit 8510f98

Browse files
committed
remove print
1 parent 96d27ff commit 8510f98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/diffusers/pipelines/flux/pipeline_flux.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -776,10 +776,8 @@ def __call__(
776776
image = self.image_processor.postprocess(image, output_type=output_type)
777777

778778
# Offload all models
779-
print("before maybe")
780779
self.maybe_free_model_hooks()
781-
print("after maybe")
782-
780+
783781
if not return_dict:
784782
return (image,)
785783

0 commit comments

Comments
 (0)