Update README.md
Browse files
README.md
CHANGED
@@ -32,17 +32,17 @@ widget:
|
|
32 |
---
|
33 |
|
34 |
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
|
35 |
-
<h1 style="color: #24292e; margin-top: 0;">
|
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;">Overview</h2>
|
39 |
-
<p>This LoRA is trained on the Wan2.1 14B I2V 480p model and allows you to
|
40 |
</div>
|
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;">Features</h2>
|
44 |
<ul style="margin-bottom: 0;">
|
45 |
-
<li>Transform any image into a video of it being
|
46 |
<li>Trained on the Wan2.1 14B 480p I2V base model</li>
|
47 |
<li>Consistent results across different object types</li>
|
48 |
<li>Simple prompt structure that's easy to adapt</li>
|
@@ -65,7 +65,7 @@ widget:
|
|
65 |
|
66 |
## 📥 Download Links:
|
67 |
|
68 |
-
- [
|
69 |
- [wan_img2vid_lora_workflow.json](./workflow/wan_img2vid_lora_workflow.json) - Wan I2V with LoRA Workflow for ComfyUI
|
70 |
|
71 |
---
|
@@ -81,22 +81,22 @@ widget:
|
|
81 |
|
82 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
83 |
<h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
|
84 |
-
<p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">
|
85 |
</div>
|
86 |
|
87 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
88 |
<h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
|
89 |
<p>For best results, use this prompt structure:</p>
|
90 |
<div style="background-color: #f0f0f0; padding: 12px; border-radius: 6px; margin: 10px 0;">
|
91 |
-
<i>The video opens
|
92 |
</div>
|
93 |
-
<p>Simply replace <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">[object]</code> with whatever you want to see
|
94 |
</div>
|
95 |
|
96 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
97 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
98 |
<p>This LoRA works with a modified version of <a href="https://github.com/kijai/ComfyUI-WanVideoWrapper/blob/main/example_workflows/wanvideo_480p_I2V_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>
|
99 |
-
<img src="./workflow/
|
100 |
<p>See the Downloads section above for the modified workflow.</p>
|
101 |
</div>
|
102 |
</div>
|
@@ -111,7 +111,7 @@ widget:
|
|
111 |
<h2 style="color: #24292e; margin-top: 0;">Training Details</h2>
|
112 |
<ul style="margin-bottom: 0;">
|
113 |
<li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
|
114 |
-
<li><b>Training Data:</b> 1
|
115 |
<li><b>Epochs:</b> 16</li>
|
116 |
</ul>
|
117 |
</div>
|
|
|
32 |
---
|
33 |
|
34 |
<div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
|
35 |
+
<h1 style="color: #24292e; margin-top: 0;">Deflate Effect LoRA for Wan2.1 14B I2V 480p</h1>
|
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;">Overview</h2>
|
39 |
+
<p>This LoRA is trained on the Wan2.1 14B I2V 480p model and allows you to deflate any object in an image. The effect works on a wide variety of objects, from animals to vehicles to people!</p>
|
40 |
</div>
|
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;">Features</h2>
|
44 |
<ul style="margin-bottom: 0;">
|
45 |
+
<li>Transform any image into a video of it being deflated</li>
|
46 |
<li>Trained on the Wan2.1 14B 480p I2V base model</li>
|
47 |
<li>Consistent results across different object types</li>
|
48 |
<li>Simple prompt structure that's easy to adapt</li>
|
|
|
65 |
|
66 |
## 📥 Download Links:
|
67 |
|
68 |
+
- [deflate_20_epochs.safetensors](./deflate_20_epochs.safetensors) - LoRA Model File
|
69 |
- [wan_img2vid_lora_workflow.json](./workflow/wan_img2vid_lora_workflow.json) - Wan I2V with LoRA Workflow for ComfyUI
|
70 |
|
71 |
---
|
|
|
81 |
|
82 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
83 |
<h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
|
84 |
+
<p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;"> d3d1at3 deflate it</code></p>
|
85 |
</div>
|
86 |
|
87 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
88 |
<h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
|
89 |
<p>For best results, use this prompt structure:</p>
|
90 |
<div style="background-color: #f0f0f0; padding: 12px; border-radius: 6px; margin: 10px 0;">
|
91 |
+
<i>The video opens with a [object]. As the video progresses, the [object] begins to d3d1at3 deflate it, gradually shrinking and losing shape, eventually flattening completely into a lifeless, deflated mass on the ground.</i>
|
92 |
</div>
|
93 |
+
<p>Simply replace <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">[object]</code> with whatever you want to see deflated!</p>
|
94 |
</div>
|
95 |
|
96 |
<div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
97 |
<h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
|
98 |
<p>This LoRA works with a modified version of <a href="https://github.com/kijai/ComfyUI-WanVideoWrapper/blob/main/example_workflows/wanvideo_480p_I2V_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>
|
99 |
+
<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);">
|
100 |
<p>See the Downloads section above for the modified workflow.</p>
|
101 |
</div>
|
102 |
</div>
|
|
|
111 |
<h2 style="color: #24292e; margin-top: 0;">Training Details</h2>
|
112 |
<ul style="margin-bottom: 0;">
|
113 |
<li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
|
114 |
+
<li><b>Training Data:</b> Trained on 1.5 minutes of video comprised of 20 short clips (each clip captioned separately) of things being deflated</li>
|
115 |
<li><b>Epochs:</b> 16</li>
|
116 |
</ul>
|
117 |
</div>
|