Remade commited on
Commit
49ca5f3
·
verified ·
1 Parent(s): 1a1f761

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +126 -0
README.md ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ A young Black man wearing a grey baseball cap, a gold chain, and a black shirt stands in a recording studio, singing into a microphone. The background features a neon sign that says "REMADE" and a red couch. The 34Ar2c arc the camera moves in a smooth curve around the man, shifting the perspective around him as he performs with passion.
18
+ output:
19
+ url: example_videos/1.mp4
20
+ - text: >-
21
+ A woman with dark hair executes a high kick, kicking up water droplets, against a futuristic man in a mask, in a neon-lit cyberpunk street. The 34Ar2c arc the camera moves in a smooth curve around the two fighters, revealing more of the scene and their confrontation.
22
+ output:
23
+ url: example_videos/2.mp4
24
+ - text: >-
25
+ An elderly woman with white hair and sunglasses is seated on a subway train. She wears a dark coat and is lighting a cigarette with a match while reading a book. The 34Ar2c arc the camera moves in a smooth curve around the woman, showing her from different angles as she reads.
26
+ output:
27
+ url: example_videos/3.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;">Arc shot 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.Moves the camera in a smooth, curved path around the subject, adding depth and cinematic motion. Ideal for dramatic reveals or emotional emphasis.
36
+ </p>
37
+ </div>
38
+
39
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
40
+ <h2 style="color: #24292e; margin-top: 0;">Features</h2>
41
+ <ul style="margin-bottom: 0;">
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>
52
+ Generate videos with 100+ Camera Control and VFX LoRAs on the
53
+ <a href="https://app.remade.ai/canvas/create" style="color: #0366d6; text-decoration: none;">Remade Canvas</a>.
54
+ </li>
55
+ <li>
56
+ <b>Discord:</b>
57
+ <a href="https://remade.ai/join-discord?utm_source=Huggingface&utm_medium=Social&utm_campaign=model_release&utm_content=arc_shot" style="color: #0366d6; text-decoration: none;">
58
+ Join our community
59
+ </a> to generate videos with this LoRA for free
60
+ </li>
61
+ </ul>
62
+ </div>
63
+
64
+ <Gallery />
65
+
66
+ # Model File and Inference Workflow
67
+
68
+ ## 📥 Download Links:
69
+
70
+ - [Arc_shot.safetensors](./Arc_shot.safetensors) - LoRA Model File
71
+ - [wan_img2vid_lora_workflow.json](./workflow_I2V/wan_img2vid_lora_workflow.json) - Wan I2V with LoRA Workflow for ComfyUI
72
+
73
+ ---
74
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
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;">Recommended Settings</h2>
77
+ <ul style="margin-bottom: 0;">
78
+ <li><b>LoRA Strength:</b> 1.0</li>
79
+ <li><b>Embedded Guidance Scale:</b> 6.0</li>
80
+ <li><b>Flow Shift:</b> 5.0</li>
81
+ </ul>
82
+ </div>
83
+
84
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
85
+ <h2 style="color: #24292e; margin-top: 0;">Trigger Words</h2>
86
+ <p>The key trigger phrase is: <code style="background-color: #f0f0f0; padding: 3px 6px; border-radius: 4px;">34Ar2c arc the camera moves in a smooth curve around</code></p>
87
+ </div>
88
+
89
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
90
+ <h2 style="color: #24292e; margin-top: 0;">Prompt Template</h2>
91
+ <p>For prompting, check out the example prompts; this way of prompting seems to work very well.</p>
92
+
93
+
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;">ComfyUI Workflow</h2>
96
+ <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>
97
+ <img src="./workflow_I2V/workflow_screenshot.png" style="width: 100%; border-radius: 8px; margin: 15px 0; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
98
+ <p>See the Downloads section above for the modified workflow.</p>
99
+ </div>
100
+ </div>
101
+
102
+ <div style="background-color: #f8f9fa; padding: 20px; border-radius: 10px; margin-bottom: 20px;">
103
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
104
+ <h2 style="color: #24292e; margin-top: 0;">Model Information</h2>
105
+ <p>The model weights are available in Safetensors format. See the Downloads section above.</p>
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;">Training Details</h2>
110
+ <ul style="margin-bottom: 0;">
111
+ <li><b>Base Model:</b> Wan2.1 14B I2V 480p</li>
112
+ <li><b>Training Data:</b> Trained on 50 seconds of video comprised of 10 short clips (each clip captioned separately) of hero runs.</li>
113
+ <li><b> Epochs:</b> 35</li>
114
+ </ul>
115
+ </div>
116
+
117
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
118
+ <h2 style="color: #24292e; margin-top: 0;">Additional Information</h2>
119
+ <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>
120
+ </div>
121
+
122
+ <div style="background-color: white; padding: 15px; border-radius: 8px; margin: 15px 0; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
123
+ <h2 style="color: #24292e; margin-top: 0;">Acknowledgments</h2>
124
+ <p style="margin-bottom: 0;">Special thanks to Kijai for the ComfyUI Wan Video Wrapper and tdrussell for the training scripts!</p>
125
+ </div>
126
+ </div>