hyoungwoncho commited on
Commit
0f347f7
1 Parent(s): 066964b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -37,14 +37,14 @@ Inpainting with PAG:
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
 
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