Remade commited on
Commit
24e1d6f
·
verified ·
1 Parent(s): 5b59184

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +119 -0
README.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Wan-AI/Wan2.1-I2V-14B-480P
7
+ - Wan-AI/Wan2.1-I2V-14B-480P-Diffusers
8
+ pipeline_tag: image-to-video
9
+ tags:
10
+ - text-to-image
11
+ - lora
12
+ - diffusers
13
+ - template:diffusion-lora
14
+ - image-to-video
15
+ widget:
16
+ - text: >-
17
+ The video begins with a close-up portrait of a man wearing a suit. The background changes and then the pu11y puppy effect begins. The man is now surrounded by many puppies. He pets the puppies.
18
+ output:
19
+ url: example_videos/man1_puppy.mp4
20
+ - text: >-
21
+ The video begins with a relaxed shot of a man smiling, sitting on a modern gray armchair. The pu11y puppy effect happens, and the man is surrounded by golden retriever puppies. He interacts with the puppies on his phone.
22
+ output:
23
+ url: example_videos/man2_puppy.mp4
24
+ - text: >-
25
+ The video opens with a studio portrait of a man smiling in a white t-shirt. The pu11y puppy effect then begins, as puppies begin to gather and surround him. He is now holding a puppy in his arms.
26
+ output:
27
+ url: example_videos/man3_puppy.mp4
28
+ ---
29
+
30
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
31
+ <h1 style="color: #24292e; margin-top: 0;">Puppy Effect LoRA for Wan2.1 14B I2V 480p</h1>
32
+
33
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
34
+ <h2 style="color: #24292e; margin-top: 0;">Overview</h2>
35
+ <p>This LoRA is trained on the Wan2.1 14B I2V 480p model and allows you to make any person/object in an image get surrounded by puppies!</p>
36
+ </div>
37
+
38
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
39
+ <h2 style="color: #24292e; margin-top: 0;">Features</h2>
40
+ <ul style="margin-bottom: 0;">
41
+ <li>Transform any image into a video of the subject surrounded by puppies!</li>
42
+ <li>Trained on the Wan2.1 14B 480p I2V base model</li>
43
+ <li>Consistent results across different object types</li>
44
+ <li>Simple prompt structure that's easy to adapt</li>
45
+ </ul>
46
+ </div>
47
+
48
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
49
+ <h2 style="color: #24292e; margin-top: 0;">Community</h2>
50
+ <ul style="margin-bottom: 0;">
51
+ <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>
52
+ <li><b>Request LoRAs:</b> We're training and open-sourcing Wan2.1 LoRAs for free - join our Discord to make requests!</li>
53
+ </ul>
54
+ </div>
55
+ </div>
56
+
57
+ <Gallery />
58
+
59
+
60
+ # Model File and Inference Workflow
61
+
62
+ ## 📥 Download Links:
63
+
64
+ - [puppy_50_epochs.safetensors](./puppy_50_epochs.safetensors) - LoRA Model File
65
+ - [wan_I2V_LoRA_workflow.json](./wan_I2V_LoRA_workflow.json) - Wan I2V with LoRA Workflow for ComfyUI
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> 6.0</li>
74
+ <li><b>Flow Shift:</b> 5.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;"> pu11y puppy effect</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, try following the structure of the prompt examples above. These worked well for me.</p>
86
+ </div>
87
+
88
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
89
+ <h2 style="color: #24292e; margin-top: 0;">ComfyUI Workflow</h2>
90
+ <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>
91
+ <p>See the Downloads section above for the modified workflow.</p>
92
+ </div>
93
+ </div>
94
+
95
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
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;">Model Information</h2>
98
+ <p>The model weights are available in Safetensors format. See the Downloads section above.</p>
99
+ </div>
100
+
101
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
102
+ <h2 style="color: #24292e; margin-top: 0;">Training Details</h2>
103
+ <ul style="margin-bottom: 0;">
104
+ <li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
105
+ <li><b>Training Data:</b> Trained on 35 seconds of video comprised of 7 short clips (each clip captioned separately) of people getting surrounded by puppies!</li>
106
+ <li><b>Epochs:</b> 50</li>
107
+ </ul>
108
+ </div>
109
+
110
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
111
+ <h2 style="color: #24292e; margin-top: 0;">Additional Information</h2>
112
+ <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>
113
+ </div>
114
+
115
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
116
+ <h2 style="color: #24292e; margin-top: 0;">Acknowledgments</h2>
117
+ <p style="margin-bottom: 0;">Special thanks to Kijai for the ComfyUI Wan Video Wrapper and tdrussell for the training scripts!</p>
118
+ </div>
119
+ </div>