aanchal77 commited on
Commit
7cedbd6
·
verified ·
1 Parent(s): 352ae5d

Update lora/adapter_config.json

Browse files
Files changed (1) hide show
  1. lora/adapter_config.json +17 -13
lora/adapter_config.json CHANGED
@@ -1,13 +1,17 @@
1
- {
2
- "base_model_name_or_path": "runwayml/stable-diffusion-v1-5",
3
- "lora_alpha": 8,
4
- "lora_dropout": 0.0,
5
- "peft_type": "LORA",
6
- "r": 8,
7
- "revision": null,
8
- "target_modules": [
9
- "to_q",
10
- "to_v"
11
- ],
12
- "task_type": "UNET2D"
13
- }
 
 
 
 
 
1
+ {
2
+ "peft_type": "LORA",
3
+ "base_model_name_or_path": "runwayml/stable-diffusion-v1-5",
4
+ "revision": null,
5
+ "task_type": "TEXT_TO_IMAGE",
6
+ "lora_rank": 8,
7
+ "lora_alpha": 16,
8
+ "lora_dropout": 0.1,
9
+ "fan_in_fan_out": false,
10
+ "bias": "none",
11
+ "target_modules": [
12
+ "to_q",
13
+ "to_k",
14
+ "to_v",
15
+ "to_out.0"
16
+ ]
17
+ }