hyoungwoncho
commited on
Commit
•
c9b62a3
1
Parent(s):
58d4985
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ output_baseline = pipe(
|
|
37 |
height=512,
|
38 |
num_inference_steps=50,
|
39 |
guidance_scale=0.0,
|
40 |
-
pag_scale=
|
41 |
pag_applied_layers_index=pag_applied_layers_index
|
42 |
).images
|
43 |
```
|
|
|
37 |
height=512,
|
38 |
num_inference_steps=50,
|
39 |
guidance_scale=0.0,
|
40 |
+
pag_scale=5.0,
|
41 |
pag_applied_layers_index=pag_applied_layers_index
|
42 |
).images
|
43 |
```
|