deadman44 commited on
Commit
5d7f328
·
verified ·
1 Parent(s): 9183f5a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +318 -0
README.md ADDED
@@ -0,0 +1,318 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-to-video
4
+ language:
5
+ - en
6
+ tags:
7
+ - text-to-image
8
+ - t2i
9
+ - wan video
10
+ - safetensors
11
+ ---
12
+ <style>
13
+ .title{
14
+ font-size: 2.5em;
15
+ letter-spacing: 0.01em;
16
+ padding: 0.5em 0;
17
+ }
18
+ .thumbwidth{
19
+ max-width: 180px;
20
+ }
21
+ .font_red{
22
+ color:red;
23
+ }
24
+ .font_blue{
25
+ color:blue;
26
+ }
27
+ .font_grey{
28
+ color: #aaaaaa;
29
+ }
30
+ </style>
31
+
32
+ # Workflow for myxx series LoRA
33
+ <br />
34
+
35
+ - [myxx Lora](https://huggingface.co/deadman44/WAN_T2i_LoRA)
36
+
37
+ <br />
38
+
39
+
40
+ # Recent
41
+ - Add this page: 2025-08-04<br />
42
+
43
+
44
+ ---
45
+
46
+ <a id="workflow"></a>
47
+ <h1 class="title">
48
+ <span>Sample workflow</span>
49
+ </h1>
50
+
51
+ ## - Wan2.2
52
+
53
+ - [T2i / T2v Workflow](#t2i)
54
+ - [I2v Workflow](#i2v)
55
+ - [I2V StartEnd / Random StartEnd Workflow](#startend)
56
+ - [Highres Upscale Workflow](#highres)
57
+ - [Speed Mult Workflow](#speedmult)
58
+ - [Concat Workflow](#concat)
59
+ - [Reccomended Models](#reccomended)
60
+
61
+ ---
62
+ <a id="t2i"></a>
63
+ ## T2i / T2v - Better Quality Workflow
64
+ - <span class="font_blue">heavy, but better quality</span>
65
+ <br/>
66
+ [Download: T2i/T2v better](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_T2i_better.json) <br/>
67
+ <br/>
68
+
69
+ ### T2i
70
+ <table style="width: auto;"><tr><td>
71
+ <a href="https://img1.pixhost.to/images/7710/628818240_20250804115623_t2i_00001_.jpg" target=”_blank”>
72
+ <div>
73
+ <img src="https://t1.pixhost.to/thumbs/7710/628818240_20250804115623_t2i_00001_.jpg" alt="T2I" class="thumbwidth" >
74
+ </div>
75
+ </a>
76
+ </td><td>
77
+
78
+ ```bash
79
+ 15yo, myjc, japanese, photorealistic,
80
+ An uoperbody portrait of a girl in white dress at library.
81
+ She has a long black hair with bangs.
82
+ She is holding books, and looking at camera.
83
+ ```
84
+ </td></tr></table>
85
+
86
+ ### T2v
87
+ <table style="width: auto;"><tr><td>
88
+ <video width="50%" controls>
89
+ <source src="https://files.catbox.moe/k71i17.mp4" type="video/mp4">
90
+ </video>
91
+ </td><tr><td>
92
+
93
+ ```bash
94
+ A girl taking a selfie. The camera circles around the girl. She has black hair, a ponytail, and is wearing a school uniform.
95
+ The background is a daytime classroom with several students.
96
+ ```
97
+ </td></tr></tr></table>
98
+ <br/>
99
+
100
+ ---
101
+
102
+ ## T2i / T2v - kijai Workflow
103
+ - <span class="font_red">Quality will be lower, but vram fast and saving</span>
104
+ <br/>
105
+ [Download: T2i/T2v(kijai)](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_T2i.json) <br/>
106
+ <br/>
107
+
108
+ ### T2i
109
+ <table style="width: auto;"><tr><td>
110
+ <a href="https://img1.pixhost.to/images/7710/628821948_20250804121703_t2i_00001_.jpg" target=”_blank”>
111
+ <div>
112
+ <img src="https://t1.pixhost.to/thumbs/7710/628821948_20250804121703_t2i_00001_.jpg" alt="kijai T2I" class="thumbwidth" >
113
+ </div>
114
+ </a>
115
+ </td><td>
116
+
117
+ ```bash
118
+ 18yo, myjk, japanese, photorealistic,
119
+ Close-up portrait of a girl running at beach.
120
+ She is wearing a short sleeve T-shirt and denim short pants.
121
+ Her silhouette can be seen in the background along the beach at Sunset Time.
122
+ ```
123
+ </td></tr></table>
124
+
125
+ ### T2v
126
+ <table style="width: auto;"><tr><td>
127
+ <video width="50%" controls>
128
+ <source src="https://files.catbox.moe/uke0zk.mp4" type="video/mp4">
129
+ </video>
130
+ </td><tr><td>
131
+
132
+ ```bash
133
+ 18yo, myjk, japanese, photorealistic,
134
+ Close-up portrait of a girl running at beach.
135
+ She has a short black hair.
136
+ She is wearing a short sleeve T-shirt and denim short pants.
137
+ Her silhouette can be seen in the background along the beach at Sunset Time.
138
+ ```
139
+ </td></tr></tr></table>
140
+ <br/>
141
+
142
+ ---
143
+ <a id="i2v"></a>
144
+ ## I2v - Better Quality Workflow
145
+ - <span class="font_blue">heavy, but better quality</span>
146
+ <br/>
147
+ [Download: I2v better](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_I2v_better.json)<br/>
148
+
149
+ <table style="width: auto;"><tr>
150
+ <td></td></tr><tr><td>
151
+
152
+ #### Start Image
153
+ <div>
154
+ <img src="https://img1.pixhost.to/images/7711/628837767_20250804203455_t2i_00001_.jpg" alt="I2v better" class="thumbwidth" >
155
+ </div>
156
+ </td></tr><tr><td>
157
+ <video width="50%" controls>
158
+ <source src="https://files.catbox.moe/5c8jt9.mp4" type="video/mp4">
159
+ </video></td><tr><td>
160
+
161
+ ```bash
162
+ 18yo, myjk, japanese,
163
+ A nurse is walking down a dark hospital corridor when suddenly the doctors appear with a bouquet of flowers and she jumps up and down, smiling and overjoyed.
164
+ ```
165
+ </td></tr></tr></table>
166
+ <br/>
167
+
168
+ ---
169
+ <a id="startend"></a>
170
+ ## I2V StartEnd Workflow
171
+ - Start Image -> End Image<br>
172
+ <br>
173
+
174
+ [Download: Start_End](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Start_End.json) <br/>
175
+ <table style="width: auto;"><tr><td>
176
+
177
+ #### Start Image
178
+ <div>
179
+ <img src="https://img1.pixhost.to/images/7711/628826893_20250804200958_t2i_00001_.jpg" alt="startend" class="thumbwidth" >
180
+ </div>
181
+
182
+ <br>
183
+ </td><td>
184
+
185
+ #### End Image
186
+ <div>
187
+ <img src="https://img1.pixhost.to/images/7711/628826895_20250804190007_t2i_00001_.jpg" alt="startend" class="thumbwidth" >
188
+ </div>
189
+
190
+
191
+ <br>
192
+ </td></tr>
193
+ <tr>
194
+ <td colspan="2">
195
+ <video width="50%" controls>
196
+ <source src="https://files.catbox.moe/s911sw.mp4" type="video/mp4">
197
+ </video>
198
+ </td>
199
+ </tr>
200
+ <tr><td colspan="2">
201
+
202
+ ```bash
203
+ 18yo, myjk, japanese,
204
+ Suddenly A girl in a yellow parachute suit lands with her parachute open on a street crowded with people.
205
+ She has a black ponytail with side bangs.
206
+ People cheer and applaud.
207
+ ```
208
+ </td></tr>
209
+ </table>
210
+
211
+ ---
212
+
213
+ ## I2V RandomStartEnd Workflow
214
+ - Random -> End Image (<span class="font_red">Not much has changed</span>)<br>
215
+ <br>
216
+
217
+ [Download: RandomStart_End](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_RandomStart_End.json) <br/>
218
+ <br/>
219
+
220
+ <table style="width: auto;"><tr><td>
221
+
222
+ #### End Image
223
+ <div>
224
+ <img src="https://img1.pixhost.to/images/7711/628839765_20250804205608_t2i_00001_.jpg" alt="randomstartend better" class="thumbwidth" >
225
+ </div>
226
+ </td></tr><tr><td>
227
+ <video width="50%" controls>
228
+ <source src="https://files.catbox.moe/kal8vn.mp4" type="video/mp4">
229
+ </video></td></tr>
230
+ <tr><td colspan="2">
231
+
232
+ ```bash
233
+ 18yo, myjk, japanese,
234
+ A girl is running.
235
+ She wears black twin-tail hair and a school uniform.
236
+ In the background is a row of trees and a blue sky, her hair blowing in the wind.
237
+ ```
238
+ </td></tr></table>
239
+ <br/>
240
+
241
+ ---
242
+
243
+ # Util
244
+ <a id="highres"></a>
245
+ ## Highres Upscale Workflow
246
+ - High-resolution upscaling of load images and videos<br>
247
+ - image file and movie (webp)<br>
248
+ - Low denoise shows less change, high denoise shows more change<br>
249
+ <br>
250
+
251
+ [Download: Highres_Upscale](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Highres_Upscale.json)<br/>
252
+
253
+ <table style="width: auto;"><tr>
254
+ <tr><td>
255
+
256
+ #### Base movie
257
+ <video width="50%" controls>
258
+ <source src="https://files.catbox.moe/55jo26.mp4" type="video/mp4">
259
+ </video><br>512 x 768
260
+ </td></tr><tr><td>
261
+ <video width="50%" controls>
262
+ <source src="https://files.catbox.moe/mdsbrh.mp4" type="video/mp4">
263
+ </video><br>768 x 1024 (1.5x) , denoise: 0.3
264
+ </td></tr>
265
+ </table>
266
+
267
+ ---
268
+ <a id="speedmult"></a>
269
+ ## Speed Mult Workflow
270
+ - Change video speed
271
+ - webp movie -> mp4
272
+ <br>
273
+ [Download: Speed_Mult](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Speed_Mult.json)<br/>
274
+
275
+ ---
276
+ <a id="concat"></a>
277
+ ## Concat MP4 Workflow
278
+ - Connecting videos
279
+ - mp4 -> mp4
280
+ <br>
281
+ [Download: Concat_MP4](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Concat_MP4.json)<br/>
282
+
283
+ image -> Highres (webp) -> Speed_Mult (mp4) -> Concat (mp4)
284
+
285
+
286
+
287
+ <br>
288
+ <br>
289
+
290
+ ---
291
+ <a id="reccomended"></a>
292
+ # Recommended model
293
+
294
+ ### - Wan2.2
295
+ Q5, Q4, Q3... will further omit vram<br>
296
+ [T2i / T2v]<br>
297
+ - [wan2.2_t2v_high_noise_14B_Q8_0.gguf](https://huggingface.co/bullerwins/Wan2.2-T2V-A14B-GGUF/tree/main)<br>
298
+ - [wan2.2_t2v_low_noise_14B_Q8_0.gguf](https://huggingface.co/bullerwins/Wan2.2-T2V-A14B-GGUF/tree/main)<br>
299
+
300
+ [I2v]<br>
301
+ - [wan2.2_i2v_high_noise_14B_Q5_K_M.gguf](https://huggingface.co/bullerwins/Wan2.2-I2V-A14B-GGUF/tree/main)<br>
302
+ - [wan2.2_i2v_low_noise_14B_Q5_K_M.gguf](https://huggingface.co/bullerwins/Wan2.2-I2V-A14B-GGUF/tree/main)<br>
303
+
304
+ [etc]<br>
305
+ - [umt5_xxl_fp8_e4m3fn_scaled](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/text_encoders/umt5_xxl_fp8_e4m3fn_scaled.safetensors)<br>
306
+ - [umt5-xxl-enc-bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/umt5-xxl-enc-bf16.safetensors)<br>
307
+ - [Wan2_1_VAE_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors)<br>
308
+
309
+ [LoRA]<br>
310
+ - [Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank128.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/tree/main/Lightx2v)<br>
311
+ - [Wan2.1_T2V_14B_FusionX_LoRA.safetensors](https://huggingface.co/Thelocallab/WAN-2.1-loras/blob/main/Wan2.1_T2V_14B_FusionX_LoRA.safetensors)<br>
312
+ - [WAN2.2-LowNoise_SmartphoneSnapshotPhotoReality_v2_by-AI_Characters.safetensors](https://civitai.com/models/1834338?modelVersionId=2075810)<br>
313
+
314
+ [upscale]<br>
315
+ - [4x-ClearRealityV1.pth](https://openmodeldb.info/models/4x-ClearRealityV1)<br>
316
+
317
+ ---
318
+