Upload PerturbedAttentionGuidance
Browse files
pag_guider/guider_config.json
CHANGED
@@ -18,23 +18,6 @@
|
|
18 |
"perturbed_guidance_scale": 2.5,
|
19 |
"perturbed_guidance_start": 0.01,
|
20 |
"perturbed_guidance_stop": 0.2,
|
21 |
-
"skip_layer_config": [
|
22 |
-
{
|
23 |
-
"dropout": 1.0,
|
24 |
-
"fqn": "mid_block.attentions.0.transformer_blocks",
|
25 |
-
"indices": [
|
26 |
-
2,
|
27 |
-
9
|
28 |
-
],
|
29 |
-
"skip_attention": false,
|
30 |
-
"skip_attention_scores": true,
|
31 |
-
"skip_ff": false
|
32 |
-
}
|
33 |
-
],
|
34 |
-
"skip_layer_guidance_layers": null,
|
35 |
-
"skip_layer_guidance_scale": 2.5,
|
36 |
-
"skip_layer_guidance_start": 0.01,
|
37 |
-
"skip_layer_guidance_stop": 0.2,
|
38 |
"start": 0.0,
|
39 |
"stop": 1.0,
|
40 |
"use_original_formulation": false
|
|
|
18 |
"perturbed_guidance_scale": 2.5,
|
19 |
"perturbed_guidance_start": 0.01,
|
20 |
"perturbed_guidance_stop": 0.2,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"start": 0.0,
|
22 |
"stop": 1.0,
|
23 |
"use_original_formulation": false
|