starsfriday commited on
Commit
4d0e9a3
·
verified ·
1 Parent(s): da8728b

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,9 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ result/output1.mp4 filter=lfs diff=lfs merge=lfs -text
37
+ result/output2.mp4 filter=lfs diff=lfs merge=lfs -text
38
+ result/output3.mp4 filter=lfs diff=lfs merge=lfs -text
39
+ result/output4.mp4 filter=lfs diff=lfs merge=lfs -text
40
+ result/output5.mp4 filter=lfs diff=lfs merge=lfs -text
41
+ result/output6.mp4 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Wan-AI/Wan2.2-I2V-A14B
7
+ pipeline_tag: image-to-video
8
+ tags:
9
+ - lora
10
+ - diffusers
11
+ - template:diffusion-lora
12
+ widget:
13
+ - text: >-
14
+ 一个小孩双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong
15
+ output:
16
+ url: result/output1.mp4
17
+ - text: >-
18
+ 一个小动物双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong
19
+ output:
20
+ url: result/output2.mp4
21
+ - text: >-
22
+ 一个小动物双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong
23
+ output:
24
+ url: result/output3.mp4
25
+ - text: >-
26
+ 一个男人双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong
27
+ output:
28
+ url: result/output4.mp4
29
+ - text: >-
30
+ 一个女人双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong
31
+ output:
32
+ url: result/output5.mp4
33
+ - text: >-
34
+ 一个小孩双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong
35
+ output:
36
+ url: result/output6.mp4
37
+
38
+ ---
39
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
40
+ <h1 style="color: #24292e; margin-top: 0;">valiantcat LoRA for Wan2.2-T2V-A14B</h1>
41
+
42
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
43
+ <h2 style="color: #24292e; margin-top: 0;">Overview</h2>
44
+ <p>This LoRA is trained on the Wan2.2-I2V-A14B model.</p>
45
+ </div>
46
+
47
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
48
+ <h2 style="color: #24292e; margin-top: 0;">Features</h2>
49
+ <ul style="margin-bottom: 0;">
50
+ <li>Generate any life videos of eva through prompt</li>
51
+ <li>Trained on the Wan2.2-I2V-A14B base model</li>
52
+ <li>Consistent results across different object types</li>
53
+ <li>Simple prompt structure that's easy to adapt</li>
54
+ </ul>
55
+ </div>
56
+
57
+ <Gallery />
58
+
59
+ # Model File and Inference Workflow
60
+
61
+ ## 📥 Download Links:
62
+
63
+ - [wan2.2_wugong_i2v_high](./wan2.2_wugong_i2v_high.safetensors) - LoRA Model File
64
+ - [wan2.2_wugong_i2v_low](./wan2.2_wugong_i2v_low.safetensors) - LoRA Model File
65
+
66
+
67
+ ---
68
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
69
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
70
+ <h2 style="color: #24292e; margin-top: 0;">Recommended Settings</h2>
71
+ <ul style="margin-bottom: 0;">
72
+ <li><b>LoRA Strength:</b> 1.0</li>
73
+ <li><b>Embedded Guidance Scale:</b> 1.0</li>
74
+ <li><b>Flow Shift:</b> 8.0</li>
75
+ </ul>
76
+ </div>
77
+
78
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
79
+ <h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
80
+ <p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">wugong</code></p>
81
+ </div>
82
+
83
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
84
+ <h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
85
+ <p>For best results, use this prompt structure:</p>
86
+ <div style="background-color: #f0f0f0; padding: 12px; border-radius: 6px; margin: 10px 0;">
87
+ <i>一个小孩双脚直立,双臂灵活张开,时而抬手,然后转身朝向左边,时而踢腿,做着一系列打拳动作,wugong</i>
88
+ </div>
89
+ </div>
adapter_config_high.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "ffn.2",
29
+ "k",
30
+ "o",
31
+ "ffn.0",
32
+ "v",
33
+ "q"
34
+ ],
35
+ "target_parameters": null,
36
+ "task_type": null,
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
adapter_config_low.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": null,
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "ffn.2",
29
+ "q",
30
+ "v",
31
+ "ffn.0",
32
+ "k",
33
+ "o"
34
+ ],
35
+ "target_parameters": null,
36
+ "task_type": null,
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
result/output1.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b172740b8da96a1f04e704dff792aef6b8b8bd00d0626112f3367dcf5036ba6
3
+ size 1775506
result/output2.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64ed6cbcb29891d3559b5e34a8b369dbdc30cc0f5b639544c3eab18efd15636c
3
+ size 2992800
result/output3.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1226cfa985662838b253d3ff6ab1e5e4ab55a30a103c7fb1fbd7f00220529a0
3
+ size 2319423
result/output4.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e764174b2673615ae3e2fca9262211c8b7845d47d9f201963fea53a12d85ab2
3
+ size 2378786
result/output5.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a2db87985be81b5a8f6a13f6c9724119c6905b0cf888bdf13bd35371e2aaa38
3
+ size 1931683
result/output6.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32fbce375bba74f38805bc54da675d4cce6b3d26dd4473c009434d46bef94c26
3
+ size 1787954
wan2.2_wugong_i2v_high.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2eb34a83ebb9b76fb09f2ae66e1ecdeba1dd4cbb0143574bbe9ae87652b9f8
3
+ size 306807976
wan2.2_wugong_i2v_low.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0bd60b224bd942db86750cf443c908cd763bd50d0667f9788d3f3ddeccb1489
3
+ size 306807976