|
--- |
|
license: apache-2.0 |
|
pipeline_tag: text-to-video |
|
language: |
|
- en |
|
tags: |
|
- text-to-image |
|
- t2i |
|
- wan video |
|
- safetensors |
|
--- |
|
<style> |
|
.title{ |
|
font-size: 2.5em; |
|
letter-spacing: 0.01em; |
|
padding: 0.5em 0; |
|
} |
|
.thumbwidth{ |
|
max-width: 180px; |
|
} |
|
.font_red{ |
|
color:red; |
|
} |
|
.font_blue{ |
|
color:blue; |
|
} |
|
.font_grey{ |
|
color: #aaaaaa; |
|
} |
|
</style> |
|
|
|
# Workflow for myxx series LoRA |
|
<br /> |
|
|
|
- [myxx Lora](https://huggingface.co/deadman44/WAN_T2i_LoRA) |
|
|
|
<br /> |
|
|
|
|
|
# Recent |
|
- Update some nodes (<span class="font_blue">The quality of kijai nodes seems to have improved</span>): 2025-08-10<br /> |
|
- Add this page: 2025-08-04<br /> |
|
|
|
|
|
--- |
|
|
|
<a id="workflow"></a> |
|
<h1 class="title"> |
|
<span>Sample workflow</span> |
|
</h1> |
|
|
|
## - Wan2.2 |
|
|
|
- [T2i / T2v Workflow](#t2i) |
|
- [I2v Workflow](#i2v) |
|
- [I2V StartEnd / Random StartEnd Workflow](#startend) |
|
- [Highres Upscale Workflow](#highres) |
|
- [Speed Mult Workflow](#speedmult) |
|
- [Concat Workflow](#concat) |
|
- [Reccomended Models](#reccomended) |
|
|
|
--- |
|
<a id="t2i"></a> |
|
## T2i / T2v - Better Quality Workflow |
|
- <span class="font_blue">heavy, but better quality</span> |
|
<br/><br/> |
|
|
|
[Download: T2i/T2v better](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_T2i_better.json) |
|
<br/><br/> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 12px; margin-bottom: 32px;"> |
|
<strong>T2i</strong> |
|
<a href="https://img1.pixhost.to/images/7710/628818240_20250804115623_t2i_00001_.jpg" target="_blank"> |
|
<img src="https://t1.pixhost.to/thumbs/7710/628818240_20250804115623_t2i_00001_.jpg" |
|
alt="T2I" |
|
style="width: 240px; height: auto; object-fit: contain; border: 1px solid #ccc;"> |
|
</a> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>15yo, myjc, japanese, photorealistic, |
|
An upper body portrait of a girl in white dress at library. |
|
She has a long black hair with bangs. |
|
She is holding books, and looking at camera.</code> |
|
</pre> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 12px;"> |
|
<strong>T2v</strong> |
|
<video controls loop style="width: 480px; height: auto; object-fit: contain; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/k71i17.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>A girl taking a selfie. The camera circles around the girl. |
|
She has black hair, a ponytail, and is wearing a school uniform. |
|
The background is a daytime classroom with several students.</code> |
|
</pre> |
|
</div> |
|
<br/> |
|
|
|
--- |
|
|
|
## T2i / T2v (kijai node) |
|
- <span class="font_red">Quality will be lower, but vram fast and saving</span> |
|
<br/><br/> |
|
|
|
[Download: T2i/T2v (kijai)](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_T2i.json) |
|
<br/><br/> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 24px;"> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>T2i</strong> |
|
<a href="https://img1.pixhost.to/images/7844/630528571_20250810092108_t2i_00001_.png" target="_blank"> |
|
<img src="https://t1.pixhost.to/thumbs/7844/630528571_20250810092108_t2i_00001_.png" |
|
alt="kijai T2I" |
|
style="width: 240px; height: auto; object-fit: contain; border: 1px solid #ccc;"> |
|
</a> |
|
</div> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>T2v</strong> |
|
<video controls loop |
|
style="width: 320px; height: auto; object-fit: contain; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/m7lxqs.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>15yo, myjc, japanese, photorealistic, |
|
portrait of a girl walking at street. |
|
She has a long black ponytail with side bangs. |
|
She is wearing short sleeves school uniform.</code></pre> |
|
</div> |
|
<br/> |
|
|
|
--- |
|
<a id="i2v"></a> |
|
## I2v - Better Quality Workflow |
|
- <span class="font_blue">heavy, but better quality</span> |
|
<br/><br/> |
|
|
|
[Download: I2v better](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_I2v_better.json) |
|
<br/><br/> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 24px;"> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>Start Image</strong> |
|
<img src="https://img1.pixhost.to/images/7711/628837767_20250804203455_t2i_00001_.jpg" alt="I2v better" style="max-width: 240px; height: auto; border: 1px solid #ccc;"> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<video controls loop style="max-width: 320px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/5c8jt9.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
</div> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>18yo, myjk, japanese, |
|
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.</code> |
|
</pre> |
|
</div> |
|
</div> |
|
<br/> |
|
|
|
### Cut Start Frames |
|
- Reduces discomfort at edges, etc. (e.g., collage images) by removing the initial few frames.<br><br> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 24px;"> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>Collage Image</strong> |
|
<a href="https://img1.pixhost.to/images/7726/629071198_20250805083230_t2i_00001_.jpg" target="_blank"> |
|
<img src="https://t1.pixhost.to/thumbs/7726/629071198_20250805083230_t2i_00001_.jpg" |
|
alt="T2I" |
|
style="width: 240px; height: auto; object-fit: contain; border: 1px solid #ccc;"></a> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<video controls loop style="max-width: 480px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/xm8s0i.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
</div> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
Cut the first 4 frames. |
|
</div> |
|
<br/> |
|
|
|
--- |
|
<a id="startend"></a> |
|
## I2V StartEnd Workflow |
|
- Start Image -> End Image<br> |
|
<br/><br/> |
|
|
|
[Download: Start_End](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Start_End.json) |
|
<br/><br/> |
|
<div style="display: flex; flex-direction: row; gap: 24px; align-items: flex-start; margin-bottom: 24px;"> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>Start Image</strong> |
|
<img src="https://img1.pixhost.to/images/7711/628826893_20250804200958_t2i_00001_.jpg" alt="start" style="max-width: 320px; height: auto; border: 1px solid #ccc;"> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>End Image</strong> |
|
<img src="https://img1.pixhost.to/images/7711/628826895_20250804190007_t2i_00001_.jpg" alt="end" style="max-width: 320px; height: auto; border: 1px solid #ccc;"> |
|
</div> |
|
</div> |
|
|
|
<div style="margin-bottom: 24px;"> |
|
<video controls loop style="max-width: 480px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/s911sw.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
</div> |
|
|
|
<div> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>18yo, myjk, japanese, |
|
Suddenly A girl in a yellow parachute suit lands with her parachute open on a street crowded with people. |
|
She has a black ponytail with side bangs. |
|
People cheer and applaud.</code> |
|
</pre> |
|
</div> |
|
|
|
--- |
|
|
|
## I2V RandomStartEnd Workflow |
|
- Random -> End Image (<span class="font_red">Not much has changed</span>)<br> |
|
<br/><br/> |
|
|
|
[Download: RandomStart_End](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_RandomStart_End.json) |
|
<br/><br/> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 24px;"> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>End Image</strong> |
|
<img src="https://img1.pixhost.to/images/7711/628839765_20250804205608_t2i_00001_.jpg" alt="randomstartend better" style="max-width: 320px; height: auto; border: 1px solid #ccc;"> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<video controls loop style="max-width: 480px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/kal8vn.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>18yo, myjk, japanese, |
|
A girl is running. |
|
She wears black twin-tail hair and a school uniform. |
|
In the background is a row of trees and a blue sky, her hair blowing in the wind.</code> |
|
</pre> |
|
</div> |
|
<br/> |
|
|
|
## I2v / StartEnd (kijai node) |
|
- <span class="font_red">Quality will be lower, but vram fast and saving</span> |
|
<br/><br/> |
|
|
|
[Download: I2v (kijai)](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_I2v.json) |
|
<br/><br/> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 24px;"> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>Collage Image</strong> |
|
<a href="https://img1.pixhost.to/images/7846/630539614_20250810103859_t2i_00001_.png" target="_blank"> |
|
<img src="https://t1.pixhost.to/thumbs/7846/630539614_20250810103859_t2i_00001_.png" |
|
alt="T2I" |
|
style="width: 240px; height: auto; object-fit: contain; border: 1px solid #ccc;"></a> |
|
</div> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<video controls loop style="max-width: 480px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/1puol2.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
</div> |
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<pre style="background: #f4f4f4; padding: 12px; border-radius: 6px; overflow-x: auto;"> |
|
<code>15yo, myjc, japanese, photorealistic, |
|
Suddenly few students appear. |
|
The girl is dancing with students.</code></pre> |
|
</div> |
|
</div> |
|
<br/> |
|
|
|
--- |
|
|
|
# Util |
|
<a id="highres"></a> |
|
## Highres Upscale Workflow |
|
- High-resolution upscaling of load images and videos<br> |
|
- image file and movie (webp)<br> |
|
- Low denoise shows less change, high denoise shows more change<br> |
|
<br/><br/> |
|
|
|
[Download: Highres_Upscale](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Highres_Upscale.json) |
|
<br/><br/> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start; gap: 24px;"> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<strong>Base movie</strong> |
|
<video controls loop style="max-width: 480px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/55jo26.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
<div style="margin-top: 8px;">512 × 768</div> |
|
</div> |
|
|
|
<div style="display: flex; flex-direction: column; align-items: flex-start;"> |
|
<video controls loop style="max-width: 480px; height: auto; border: 1px solid #ccc;"> |
|
<source src="https://files.catbox.moe/mdsbrh.mp4" type="video/mp4"> |
|
Your browser cannot play the video. |
|
</video> |
|
<div style="margin-top: 8px;">768 × 1024(1.5x)・denoise: 0.3</div> |
|
</div> |
|
|
|
</div> |
|
|
|
--- |
|
<a id="speedmult"></a> |
|
## Speed Mult Workflow |
|
- Change video speed |
|
- webp movie -> mp4 |
|
<br/><br/> |
|
|
|
[Download: Speed_Mult](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Speed_Mult.json) |
|
<br/><br/> |
|
|
|
--- |
|
<a id="concat"></a> |
|
## Concat MP4 Workflow |
|
- Connecting videos |
|
- mp4 -> mp4 |
|
<br/><br/> |
|
|
|
[Download: Concat_MP4](https://huggingface.co/deadman44/Wan2.2_Workflow_for_myxx_series_LoRA/raw/main/Wan2.2_Concat_MP4.json) |
|
<br/><br/> |
|
|
|
image -> Highres (webp) -> Speed_Mult (mp4) -> Concat (mp4) |
|
<br/><br/> |
|
<br/><br/> |
|
|
|
--- |
|
<a id="reccomended"></a> |
|
# Recommended model |
|
|
|
### - Wan2.2 |
|
Q5, Q4, Q3... will further omit vram<br> |
|
[T2i / T2v]<br> |
|
- [wan2.2_t2v_high_noise_14B_Q8_0.gguf](https://huggingface.co/bullerwins/Wan2.2-T2V-A14B-GGUF/tree/main)<br> |
|
- [wan2.2_t2v_low_noise_14B_Q8_0.gguf](https://huggingface.co/bullerwins/Wan2.2-T2V-A14B-GGUF/tree/main)<br> |
|
|
|
[I2v]<br> |
|
- [wan2.2_i2v_high_noise_14B_Q5_K_M.gguf](https://huggingface.co/bullerwins/Wan2.2-I2V-A14B-GGUF/tree/main)<br> |
|
- [wan2.2_i2v_low_noise_14B_Q5_K_M.gguf](https://huggingface.co/bullerwins/Wan2.2-I2V-A14B-GGUF/tree/main)<br> |
|
|
|
[etc]<br> |
|
- [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> |
|
- [umt5-xxl-enc-bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/umt5-xxl-enc-bf16.safetensors)<br> |
|
- [Wan2_1_VAE_bf16.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors)<br> |
|
|
|
[LoRA]<br> |
|
- [Wan21_T2V_14B_lightx2v_cfg_step_distill_lora_rank128.safetensors](https://huggingface.co/Kijai/WanVideo_comfy/tree/main/Lightx2v)<br> |
|
- [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> |
|
- [WAN2.2-LowNoise_SmartphoneSnapshotPhotoReality_v2_by-AI_Characters.safetensors](https://civitai.com/models/1834338?modelVersionId=2075810)<br> |
|
|
|
[upscale]<br> |
|
- [4x-ClearRealityV1.pth](https://openmodeldb.info/models/4x-ClearRealityV1)<br> |
|
|
|
--- |
|
|
|
|