Text-to-Image
Diffusers
AIGCer-OPPO commited on
Commit
45e663a
·
verified ·
1 Parent(s): affcccb

Delete SDXL_LoRA

Browse files
SDXL_LoRA/adapter_model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:35e3b9b385bbf801c4e1b47592199b7ce3f84aafe07f8f51b91e93778971b2ee
3
- size 393754744
 
 
 
 
SDXL_LoRA/lora_model_adapter_config.json DELETED
@@ -1,44 +0,0 @@
1
- {
2
- "alpha_pattern": {},
3
- "auto_mapping": {
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,
11
- "init_lora_weights": true,
12
- "layer_replication": null,
13
- "layers_pattern": null,
14
- "layers_to_transform": null,
15
- "loftq_config": {},
16
- "lora_alpha": 8,
17
- "lora_dropout": 0.0,
18
- "megatron_config": null,
19
- "megatron_core": "megatron.core",
20
- "modules_to_save": null,
21
- "peft_type": "LORA",
22
- "r": 64,
23
- "rank_pattern": {},
24
- "revision": null,
25
- "target_modules": [
26
- "to_k",
27
- "proj_out",
28
- "ff.net.2",
29
- "time_emb_proj",
30
- "conv_shortcut",
31
- "to_q",
32
- "downsamplers.0.conv",
33
- "ff.net.0.proj",
34
- "to_v",
35
- "conv1",
36
- "conv2",
37
- "upsamplers.0.conv",
38
- "proj_in",
39
- "to_out.0"
40
- ],
41
- "task_type": null,
42
- "use_dora": false,
43
- "use_rslora": false
44
- }