"...text-generation-inference.git" did not exist on "0fbc69194694b60badae3bf643bc76985f69c0f4"
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") ...@@ -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,
......
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