Update README.md
Browse files
README.md
CHANGED
@@ -42,8 +42,8 @@ output = pipe(
|
|
42 |
mask_image=mask_image,
|
43 |
num_inference_steps=50,
|
44 |
guidance_scale=0.0,
|
45 |
-
pag_scale=
|
46 |
-
pag_applied_layers_index=['
|
47 |
).images[0]
|
48 |
```
|
49 |
|
@@ -51,6 +51,6 @@ output = pipe(
|
|
51 |
|
52 |
guidance_scale : gudiance scale of CFG (ex: 7.5)
|
53 |
|
54 |
-
pag_scale : gudiance scale of PAG (ex:
|
55 |
|
56 |
-
pag_applied_layers_index : index of the layer to apply perturbation (ex: ['
|
|
|
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 |
|
|
|
51 |
|
52 |
guidance_scale : gudiance scale of CFG (ex: 7.5)
|
53 |
|
54 |
+
pag_scale : gudiance scale of PAG (ex: 3.0)
|
55 |
|
56 |
+
pag_applied_layers_index : index of the layer to apply perturbation (ex: ['u0'])
|