Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
diffusers
Commits
fa31da29
Unverified
Commit
fa31da29
authored
Apr 27, 2023
by
Ernie Chu
Committed by
GitHub
Apr 27, 2023
Browse files
[docs] Update interface in repaint.mdx (#3119)
Update repaint.mdx accomodate to #1701
parent
77bfb562
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/source/en/api/pipelines/repaint.mdx
docs/source/en/api/pipelines/repaint.mdx
+1
-1
No files found.
docs/source/en/api/pipelines/repaint.mdx
View file @
fa31da29
...
@@ -60,7 +60,7 @@ pipe = pipe.to("cuda")
...
@@ -60,7 +60,7 @@ pipe = pipe.to("cuda")
generator = torch.Generator(device="cuda").manual_seed(0)
generator = torch.Generator(device="cuda").manual_seed(0)
output = pipe(
output = pipe(
original_
image=original_image,
image=original_image,
mask_image=mask_image,
mask_image=mask_image,
num_inference_steps=250,
num_inference_steps=250,
eta=0.0,
eta=0.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