Unverified Commit b0966f58 authored by Lysandre Debut's avatar Lysandre Debut Committed by GitHub
Browse files

Inpainting: typo in docs (#3331)



Typo in docs
Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
parent 0407c3e7
...@@ -52,7 +52,7 @@ Now you can create a prompt to replace the mask with something else: ...@@ -52,7 +52,7 @@ Now you can create a prompt to replace the mask with something else:
```python ```python
prompt = "Face of a yellow cat, high resolution, sitting on a park bench" prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
image = pipe(prompt=prompt, image=init_image, mask_image=mask_image).images[0] image = pipeline(prompt=prompt, image=init_image, mask_image=mask_image).images[0]
``` ```
`image` | `mask_image` | `prompt` | output | `image` | `mask_image` | `prompt` | output |
......
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