mirror of
https://www.modelscope.cn/Wan-AI/Wan2.2-Animate-14B.git
synced 2026-04-02 19:12:58 +08:00
Upload to Wan-AI/Wan2.2-Animate-14B on ModelScope hub
This commit is contained in:
41
relighting_lora/adapter_config.json
Normal file
41
relighting_lora/adapter_config.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"alpha_pattern": {},
|
||||
"auto_mapping": {
|
||||
"base_model_class": "WanxiangI2VHumanOmniArch",
|
||||
"parent_library": "hfm.archs.wanxiang_i2v.wanxiang_i2v_human_omni_arch"
|
||||
},
|
||||
"base_model_name_or_path": null,
|
||||
"bias": "none",
|
||||
"eva_config": null,
|
||||
"exclude_modules": null,
|
||||
"fan_in_fan_out": false,
|
||||
"inference_mode": true,
|
||||
"init_lora_weights": "gaussian",
|
||||
"layer_replication": null,
|
||||
"layers_pattern": null,
|
||||
"layers_to_transform": null,
|
||||
"loftq_config": {},
|
||||
"lora_alpha": 128,
|
||||
"lora_bias": false,
|
||||
"lora_dropout": 0.0,
|
||||
"megatron_config": null,
|
||||
"megatron_core": "megatron.core",
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 128,
|
||||
"rank_pattern": {},
|
||||
"revision": null,
|
||||
"target_modules": [
|
||||
"ffn.0",
|
||||
"k",
|
||||
"q",
|
||||
"v",
|
||||
"ffn.2",
|
||||
"v_img",
|
||||
"o",
|
||||
"k_img"
|
||||
],
|
||||
"task_type": null,
|
||||
"use_dora": false,
|
||||
"use_rslora": false
|
||||
}
|
||||
Reference in New Issue
Block a user