akameswa commited on
Commit
9cf4969
1 Parent(s): 8cec54a

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +41 -0
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "UNet2DConditionModel",
5
+ "parent_library": "diffusers.models.unet_2d_condition"
6
+ },
7
+ "base_model_name_or_path": null,
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 8,
16
+ "lora_dropout": 0.0,
17
+ "megatron_config": null,
18
+ "megatron_core": "megatron.core",
19
+ "modules_to_save": null,
20
+ "peft_type": "LORA",
21
+ "r": 64,
22
+ "rank_pattern": {},
23
+ "revision": null,
24
+ "target_modules": [
25
+ "downsamplers.0.conv",
26
+ "proj_in",
27
+ "ff.net.2",
28
+ "to_out.0",
29
+ "to_q",
30
+ "conv1",
31
+ "ff.net.0.proj",
32
+ "to_v",
33
+ "proj_out",
34
+ "conv2",
35
+ "conv_shortcut",
36
+ "time_emb_proj",
37
+ "upsamplers.0.conv",
38
+ "to_k"
39
+ ],
40
+ "task_type": null
41
+ }