Skip to content

Commit d78598e

Browse files
committed
maybe
1 parent 8708d60 commit d78598e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/flux/pipeline_flux_rfinversion_edit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ def __call__(
735735
self._interrupt = False
736736

737737
# 2. Preprocess image
738-
reference_image = self.image_processor.preprocess(image, height=height, width=width)
738+
reference_image = self.image_processor.preprocess(reference_image, height=height, width=width)
739739
reference_image = reference_image.to(dtype=torch.float32)
740740

741741
# 3. Define call parameters

0 commit comments

Comments
 (0)