Remade commited on
Commit
adac63c
·
verified ·
1 Parent(s): 4de67e7

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -0
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Wan-AI/Wan2.1-T2V-14B
7
+ pipeline_tag: text-to-video
8
+ tags:
9
+ - text-to-video
10
+ - text-to-image
11
+ - lora
12
+ - diffusers
13
+ - template:diffusion-lora
14
+ widget:
15
+ - text: >-
16
+ B0x13ng Boxing video two boxers are in the ring, but one of them is significantly shorter than the other. The shorter female fighter in black shorts is aggressively throwing punches, trying to reach his taller opponent. The taller fighter, wearing black shorts, simply holds out his glove on the shorter fighter’s forehead, keeping her at a frustrating distance.
17
+ output:
18
+ url: example_videos/boxing1.mp4
19
+ - text: >-
20
+ B0x13ng Boxing Video The boxer throws a left jab and then a right hook, landing a knockout blow.
21
+ output:
22
+ url: example_videos/boxing2.mp4
23
+ - text: >-
24
+ B0x13ng Boxing Video The boxer throws a quick series of jabs and then a right cross.
25
+ output:
26
+ url: example_videos/boxing3.mp4
27
+ ---
28
+
29
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
30
+ <h1 style="color: #24292e; margin-top: 0;">Boxing LoRA for Wan2.1 14B T2V</h1>
31
+
32
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
33
+ <h2 style="color: #24292e; margin-top: 0;">Overview</h2>
34
+ <p>This LoRA is trained on the Wan2.1 14B T2V model and allows you to generate videos of people boxing.</p>
35
+ </div>
36
+
37
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
38
+ <h2 style="color: #24292e; margin-top: 0;">Features</h2>
39
+ <ul style="margin-bottom: 0;">
40
+ <li>Trained on the Wan2.1 14B T2V 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
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
47
+ <h2 style="color: #24292e; margin-top: 0;">Community</h2>
48
+ <ul style="margin-bottom: 0;">
49
+ <li><b>Discord:</b> <a href="https://discord.com/invite/7tsKMCbNFC" style="color: #0366d6; text-decoration: none;">Join our community</a> to generate videos with this LoRA for free</li>
50
+ <li><b>Request LoRAs:</b> We're training and open-sourcing Wan2.1 LoRAs for free - join our Discord to make requests!</li>
51
+ </ul>
52
+ </div>
53
+ </div>
54
+
55
+ <Gallery />
56
+
57
+ # Model File and Inference Workflow
58
+
59
+ ## 📥 Download Links:
60
+
61
+ - [boxing_10_epochs.safetensors](./boxing_10_epochs.safetensors) - LoRA Model File
62
+ - [wan_txt2vid_lora_workflow.json](./workflow/wan_txt2vid_lora_workflow.json) - Wan T2V with LoRA Workflow for ComfyUI
63
+
64
+ ---
65
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
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;">Recommended Settings</h2>
68
+ <ul style="margin-bottom: 0;">
69
+ <li><b>LoRA Strength:</b> 1.0</li>
70
+ <li><b>Embedded Guidance Scale:</b> 6.0</li>
71
+ <li><b>Flow Shift:</b> 5.0</li>
72
+ </ul>
73
+ </div>
74
+
75
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
76
+ <h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
77
+ <p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">B0x13ng Boxing Video</code></p>
78
+ </div>
79
+
80
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
81
+ <h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
82
+ <p>For prompting, check out the example prompts; this way of prompting seems to work very well.</p>
83
+
84
+
85
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
86
+ <h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
87
+ <p>This LoRA works with a modified version of <a href="https://github.com/kijai/ComfyUI-WanVideoWrapper/blob/main/example_workflows/wanvideo_T2V_example_02.json" style="color: #0366d6; text-decoration: none;">Kijai's Wan Video Wrapper workflow</a>. The main modification is adding a Wan LoRA node connected to the base model.</p>
88
+ <img src="./workflow/workflow_screenshot.png" style="width: 100%; border-radius: 8px; margin: 15px 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
89
+ <p>See the Downloads section above for the modified workflow.</p>
90
+ </div>
91
+ </div>
92
+
93
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
94
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
95
+ <h2 style="color: #24292e; margin-top: 0;">Model Information</h2>
96
+ <p>The model weights are available in Safetensors format. See the Downloads section above.</p>
97
+ </div>
98
+
99
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
100
+ <h2 style="color: #24292e; margin-top: 0;">Training Details</h2>
101
+ <ul style="margin-bottom: 0;">
102
+ <li><b>Base Model:</b> Wan2.1 14B T2V</li>
103
+ <li><b>Training Data:</b> Trained on 1 minute of video comprised of 15 short clips (each clip captioned separately) of boxing footage.</li>
104
+ <li><b> Epochs:</b> 10</li>
105
+ </ul>
106
+ </div>
107
+
108
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
109
+ <h2 style="color: #24292e; margin-top: 0;">Additional Information</h2>
110
+ <p>Training was done using <a href="https://github.com/tdrussell/diffusion-pipe" style="color: #0366d6; text-decoration: none;">Diffusion Pipe for Training</a></p>
111
+ </div>
112
+
113
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
114
+ <h2 style="color: #24292e; margin-top: 0;">Acknowledgments</h2>
115
+ <p style="margin-bottom: 0;">Special thanks to Kijai for the ComfyUI Wan Video Wrapper and tdrussell for the training scripts!</p>
116
+ </div>
117
+ </div>