Add files using upload-large-folder tool
Browse files- .gitattributes +3 -0
- README.md +77 -0
- adapter_config.json +38 -0
- result/output1.mp4 +3 -0
- result/output2.mp4 +3 -0
- result/output3.mp4 +3 -0
- wan2.2-t2v-eva-low.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ 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
|
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- Wan-AI/Wan2.2-T2V-A14B
|
7 |
+
pipeline_tag: image-to-video
|
8 |
+
tags:
|
9 |
+
- text-to-image
|
10 |
+
- lora
|
11 |
+
- diffusers
|
12 |
+
- template:diffusion-lora
|
13 |
+
widget:
|
14 |
+
- text: >-
|
15 |
+
mrx, 一个女人穿着红色战斗服坐在桌子前吃饭
|
16 |
+
output:
|
17 |
+
url: result/output1.mp4
|
18 |
+
- text: >-
|
19 |
+
mrx, 无人机运镜镜头,从室外到室内,一个女人在厨房忙碌做饭,旁边是已经两个做好的两道菜
|
20 |
+
output:
|
21 |
+
url: result/output2.mp4
|
22 |
+
- text: >-
|
23 |
+
mrx, 无人机运镜镜头,从室外到室内,一个动漫女人坐在桌子前吃早饭,看到镜头后伸手打招呼,面带微笑
|
24 |
+
output:
|
25 |
+
url: result/output3.mp4
|
26 |
+
|
27 |
+
---
|
28 |
+
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
|
29 |
+
<h1 style="color: #24292e; margin-top: 0;">valiantcat LoRA for Wan2.2-T2V-A14B</h1>
|
30 |
+
|
31 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
32 |
+
<h2 style="color: #24292e; margin-top: 0;">Overview</h2>
|
33 |
+
<p>This LoRA is trained on the Wan2.2-T2V-A14B model.</p>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
37 |
+
<h2 style="color: #24292e; margin-top: 0;">Features</h2>
|
38 |
+
<ul style="margin-bottom: 0;">
|
39 |
+
<li>Generate any life videos of eva through prompt</li>
|
40 |
+
<li>Trained on the Wan2.2-T2V-A14B base model</li>
|
41 |
+
<li>Consistent results across different object types</li>
|
42 |
+
<li>Simple prompt structure that's easy to adapt</li>
|
43 |
+
</ul>
|
44 |
+
</div>
|
45 |
+
|
46 |
+
<Gallery />
|
47 |
+
|
48 |
+
# Model File and Inference Workflow
|
49 |
+
|
50 |
+
## 📥 Download Links:
|
51 |
+
|
52 |
+
- [wan2.2-t2v-eva-low.safetensors](./wan2.2-t2v-eva-low.safetensors) - LoRA Model File
|
53 |
+
|
54 |
+
|
55 |
+
---
|
56 |
+
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
|
57 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
58 |
+
<h2 style="color: #24292e; margin-top: 0;">Recommended Settings</h2>
|
59 |
+
<ul style="margin-bottom: 0;">
|
60 |
+
<li><b>LoRA Strength:</b> 1.0</li>
|
61 |
+
<li><b>Embedded Guidance Scale:</b> 1.0</li>
|
62 |
+
<li><b>Flow Shift:</b> 8.0</li>
|
63 |
+
</ul>
|
64 |
+
</div>
|
65 |
+
|
66 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
67 |
+
<h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
|
68 |
+
<p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">mrx</code></p>
|
69 |
+
</div>
|
70 |
+
|
71 |
+
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
72 |
+
<h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
|
73 |
+
<p>For best results, use this prompt structure:</p>
|
74 |
+
<div style="background-color: #f0f0f0; padding: 12px; border-radius: 6px; margin: 10px 0;">
|
75 |
+
<i>mrx, 无人机运镜镜头,从室外到室内,一个动漫女人坐在桌子前吃早饭,看到镜头后伸手打招呼,面带微笑</i>
|
76 |
+
</div>
|
77 |
+
</div>
|
adapter_config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"o",
|
28 |
+
"ffn.2",
|
29 |
+
"v",
|
30 |
+
"q",
|
31 |
+
"ffn.0",
|
32 |
+
"k"
|
33 |
+
],
|
34 |
+
"task_type": null,
|
35 |
+
"trainable_token_indices": null,
|
36 |
+
"use_dora": false,
|
37 |
+
"use_rslora": false
|
38 |
+
}
|
result/output1.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac64551b6d2ab73e60a5b6e5cf7a218e113e9142b0ddfde3802daa230e3dc7f8
|
3 |
+
size 696529
|
result/output2.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43149d776824ed21162485877f84ed21716ee5f2daea05195226359b6264b051
|
3 |
+
size 1133427
|
result/output3.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23ad9d8ff8cfb41b5d6efb5afa1bf891b518ad77f2ee3e49c6d4715bf0e28561
|
3 |
+
size 1677740
|
wan2.2-t2v-eva-low.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5f8bd124cdf126d041ab6e8d78298c17586822910ca6490f95af308c9441b86
|
3 |
+
size 306807976
|