hyoungwoncho
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -37,14 +37,14 @@ Inpainting with PAG:
|
|
37 |
|
38 |
```
|
39 |
output = pipe(
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
```
|
49 |
|
50 |
## Parameters
|
|
|
37 |
|
38 |
```
|
39 |
output = pipe(
|
40 |
+
prompts,
|
41 |
+
image=init_image,
|
42 |
+
mask_image=mask_image,
|
43 |
+
num_inference_steps=50,
|
44 |
+
guidance_scale=0.0,
|
45 |
+
pag_scale=3.0,
|
46 |
+
pag_applied_layers_index=['u0']
|
47 |
+
).images[0]
|
48 |
```
|
49 |
|
50 |
## Parameters
|