Unverified Commit fa31da29 authored by Ernie Chu's avatar Ernie Chu Committed by GitHub
Browse files

[docs] Update interface in repaint.mdx (#3119)

Update repaint.mdx

accomodate to #1701
parent 77bfb562
......@@ -60,7 +60,7 @@ pipe = pipe.to("cuda")
generator = torch.Generator(device="cuda").manual_seed(0)
output = pipe(
original_image=original_image,
image=original_image,
mask_image=mask_image,
num_inference_steps=250,
eta=0.0,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment