Skip to content

Commit 1cb1ce6

Browse files
committed
fix syntax error
1 parent 5f1407d commit 1cb1ce6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/community/pipeline_flux_rf_inversion.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def _get_t5_prompt_embeds(
279279
return prompt_embeds
280280

281281
# Copied from diffusers.pipelines.flux.pipeline_flux.FluxPipeline._get_clip_prompt_embeds
282-
def _get_clip_prompt_embeds(
283282
def _get_clip_prompt_embeds(
284283
self,
285284
prompt: Union[str, List[str]],
@@ -723,7 +722,7 @@ def __call__(
723722
The output format of the generate image. Choose between
724723
[PIL](https://pillow.readthedocs.io/en/stable/): `PIL.Image.Image` or `np.array`.
725724
return_dict (`bool`, *optional*, defaults to `True`):
726-
Whether or not to return a [`~pipelines.flux.FluxPipelineOutput`] instead of a plain tuple.
725+
Whether to return a [`~pipelines.flux.FluxPipelineOutput`] instead of a plain tuple.
727726
joint_attention_kwargs (`dict`, *optional*):
728727
A kwargs dictionary that if specified is passed along to the `AttentionProcessor` as defined under
729728
`self.processor` in

0 commit comments

Comments
 (0)