nazimasker commited on
Commit
17ddcff
·
verified ·
1 Parent(s): 9c14209

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +2 -2
adapter_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "base_model_class": "UNet2DConditionModel",
5
  "parent_library": "diffusers.models.unets.unet_2d_condition"
6
  },
7
- "base_model_name_or_path": null,
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
@@ -26,7 +26,7 @@
26
  "to_q",
27
  "to_v"
28
  ],
29
- "task_type": null,
30
  "use_dora": false,
31
  "use_rslora": false
32
  }
 
4
  "base_model_class": "UNet2DConditionModel",
5
  "parent_library": "diffusers.models.unets.unet_2d_condition"
6
  },
7
+ "base_model_name_or_path": "stabilityai/stable-diffusion-2-1-base",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
26
  "to_q",
27
  "to_v"
28
  ],
29
+ "task_type": "text-to-image",
30
  "use_dora": false,
31
  "use_rslora": false
32
  }