Skip to content

Commit

Permalink
fix example in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
linoytsaban committed Dec 10, 2024
1 parent 65b98b5 commit 09623ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/community/pipeline_flux_rf_inversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
Examples:
```py
>>> import torch
>>> from diffusers import FluxPipeline
>>> import requests
>>> import PIL
>>> from io import BytesIO
>>> from diffusers import DiffusionPipeline
>>> pipe = DiffusionPipeline.from_pretrained(
... "black-forest-labs/FLUX.1-dev",
Expand All @@ -80,7 +83,6 @@
... stop_timestep=.38,
... num_inference_steps=28,
... eta=0.9,
... stop_timestep=.38,
... num_inference_steps=28,
... eta=0.9,
... ).images[0]
Expand Down

0 comments on commit 09623ff

Please sign in to comment.