Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
43534a8d
Unverified
Commit
43534a8d
authored
Dec 11, 2024
by
Linoy Tsaban
Committed by
GitHub
Dec 11, 2024
Browse files
[community pipeline rf-inversion] - fix example in doc (#10179)
* fix example in doc * remove redundancies * change param
parent
65b98b5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
examples/community/pipeline_flux_rf_inversion.py
examples/community/pipeline_flux_rf_inversion.py
+5
-5
No files found.
examples/community/pipeline_flux_rf_inversion.py
View file @
43534a8d
...
...
@@ -53,7 +53,10 @@ EXAMPLE_DOC_STRING = """
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",
...
...
@@ -77,10 +80,7 @@ EXAMPLE_DOC_STRING = """
... image_latents=image_latents,
... latent_image_ids=latent_image_ids,
... start_timestep=0,
... stop_timestep=.38,
... num_inference_steps=28,
... eta=0.9,
... stop_timestep=.38,
... stop_timestep=.25,
... num_inference_steps=28,
... eta=0.9,
... ).images[0]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment