Update README.md
Browse files
README.md
CHANGED
@@ -71,9 +71,9 @@ output = pipe(
|
|
71 |
|
72 |
## Parameters
|
73 |
|
74 |
-
`guidance_scale` :
|
75 |
|
76 |
-
`pag_scale` :
|
77 |
|
78 |
`pag_applied_layers`: layer to apply perturbation (ex: ['mid'])
|
79 |
|
|
|
71 |
|
72 |
## Parameters
|
73 |
|
74 |
+
`guidance_scale` : guidance scale of CFG (ex: `7.5`)
|
75 |
|
76 |
+
`pag_scale` : guidance scale of PAG (ex: `4.0`)
|
77 |
|
78 |
`pag_applied_layers`: layer to apply perturbation (ex: ['mid'])
|
79 |
|