YiYiXu commited on
Commit
b64afc5
·
verified ·
1 Parent(s): 1cd4b98

Delete pag_guider

Browse files
Files changed (1) hide show
  1. pag_guider/guider_config.json +0 -28
pag_guider/guider_config.json DELETED
@@ -1,28 +0,0 @@
1
- {
2
- "_class_name": "PerturbedAttentionGuidance",
3
- "_diffusers_version": "0.35.0.dev0",
4
- "guidance_rescale": 0.0,
5
- "guidance_scale": 5.0,
6
- "perturbed_guidance_config": {
7
- "dropout": 1.0,
8
- "fqn": "mid_block.attentions.0.transformer_blocks",
9
- "indices": [
10
- 2,
11
- 9
12
- ],
13
- "skip_attention": false,
14
- "skip_attention_scores": true,
15
- "skip_ff": false
16
- },
17
- "perturbed_guidance_layers": null,
18
- "perturbed_guidance_scale": 2.5,
19
- "perturbed_guidance_start": 0.01,
20
- "perturbed_guidance_stop": 0.2,
21
- "skip_layer_guidance_layers": null,
22
- "skip_layer_guidance_scale": 2.5,
23
- "skip_layer_guidance_start": 0.01,
24
- "skip_layer_guidance_stop": 0.2,
25
- "start": 0.0,
26
- "stop": 1.0,
27
- "use_original_formulation": false
28
- }