Remade commited on
Commit
b8925b4
·
verified ·
1 Parent(s): 5a2cdb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -58,4 +58,66 @@ widget:
58
  </div>
59
  </div>
60
 
61
- <Gallery />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  </div>
59
  </div>
60
 
61
+ <Gallery />
62
+
63
+ # Model File and Inference Workflow
64
+
65
+ ## 📥 Download Links:
66
+
67
+ - [inflate_20_epochs.safetensors](./inflate_20_epochs.safetensors) - LoRA Model File
68
+ - [wan_img2vid_lora_workflow.json](./workflow/wan_img2vid_lora_workflow.json) - Wan I2V with LoRA Workflow for ComfyUI
69
+
70
+ ---
71
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
72
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
73
+ <h2 style="color: #24292e; margin-top: 0;">Recommended Settings</h2>
74
+ <ul style="margin-bottom: 0;">
75
+ <li><b>LoRA Strength:</b> 1.0</li>
76
+ <li><b>Embedded Guidance Scale:</b> 6.0</li>
77
+ <li><b>Flow Shift:</b> 5.0</li>
78
+ </ul>
79
+ </div>
80
+
81
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
82
+ <h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
83
+ <p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">infl4t3 inflates it</code></p>
84
+ </div>
85
+
86
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
87
+ <h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
88
+ <p>For prompting, check out the example prompts; this way of prompting seems to work very well</p>
89
+
90
+
91
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
92
+ <h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
93
+ <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>
94
+ <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);">
95
+ <p>See the Downloads section above for the modified workflow.</p>
96
+ </div>
97
+ </div>
98
+
99
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
100
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
101
+ <h2 style="color: #24292e; margin-top: 0;">Model Information</h2>
102
+ <p>The model weights are available in Safetensors format. See the Downloads section above.</p>
103
+ </div>
104
+
105
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
106
+ <h2 style="color: #24292e; margin-top: 0;">Training Details</h2>
107
+ <ul style="margin-bottom: 0;">
108
+ <li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
109
+ <li><b>Training Data:</b> Trained on 30 seconds of video comprised of 9 short clips (each clip captioned separately) of things being inflated</li>
110
+ <li><b>Epochs:</b> 16</li>
111
+ </ul>
112
+ </div>
113
+
114
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
115
+ <h2 style="color: #24292e; margin-top: 0;">Additional Information</h2>
116
+ <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>
117
+ </div>
118
+
119
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
120
+ <h2 style="color: #24292e; margin-top: 0;">Acknowledgments</h2>
121
+ <p style="margin-bottom: 0;">Special thanks to Kijai for the ComfyUI Wan Video Wrapper and tdrussell for the training scripts!</p>
122
+ </div>
123
+ </div>