ChangeLog - Zuntan03/EasyWan22 GitHub Wiki
2025/08/09
- Currently revamping I2V workflow, but documentation updates haven't caught up.
- Changed to specify video size by the side length of an area-based square.
- Added support for
Color Match
. Available right after the firstTrim
in post-processing and after enlargement inRefiner
. - Added support for
Color Correct
. - Made I2V-A14B LoRA easily accessible through
LoRA Presets
.
- Moved old workflows to
Easy/Deprecated/
. - Added "Impact of Large AI Tool Models on SSD Lifespan" information.
2025/08/08
- Temporarily added
00_I2V_Experimental-Wan22Lightning
workflow supportingWan2.2-I2V-A14B-4steps-lora-rank64-Seko-V1
.- This is a quick Experimental release as I haven't had much time for thorough testing.
- Added support for downloading the following files:
Download\loras\Fast\Wan2.2-I2V-A14B-4steps-lora-rank64-Seko-V1-H.bat
Download\loras\Fast\Wan2.2-I2V-A14B-4steps-lora-rank64-Seko-V1-L.bat
- Added explicit installation of
PyYAML
.- This may have resolved installation issues in Python 3.12 environments.
- Fixed a bug in
SaveLastImage
where the start frame image was being saved instead of the final frame image.
I forgot to set up GitHub repository Watch settings, so I wasn't noticing Issue registrations.
My apologies.
2025/08/07
- Continuing to update
Easy/I2V
workflow.- As the number of green nodes has increased, frequently used nodes are now colored red.
- Added
Trim
functionality toPostProcess
to remove specified number of frames from the beginning or end of videos. - Changed
PointMosaic
to be specified on the video beforeRefiner
application.- Eliminates the need to respecify point positions after
Refiner
.
- Eliminates the need to respecify point positions after
- Changed to toggle function enable/disable with single toggles.
- Adjusted video save filenames for specific purposes.
- Made
Refiner
's Full Block swap an optional feature.- Resolves the issue of slightly increased VRAM consumption in LowNoise.
- Added support for disabling start images as an experimental and temporary feature.
2025/08/06
Easy/I2V
workflow now supportsRefiner
.- Enlarges generated videos and refines them with LowNoise V2V that inherits from original video generation.
- Added
Refiner
example samples toSample/
.- Generate with long side
640px
for gacha, refine to960px
, then upscale 2x for FullHD+. Refiner
doesn't reduce VRAM consumption.
Its feature is enabling faster gacha loops at lower resolutions.
- Generate with long side
- Added support for downloading
Download\loras\Nsfw\GeneralNsfw22_v008a-L.bat
. - Updated ComfyUI and WanVideoWrapper versions.
2025/08/04
- Continuing to update
Easy/I2V
workflow.- Added support for
Rewrite Prompt
that rewrites prompts with local Qwen, separate from the prompt extension inExtendPrompt
.
- Added support for
- Updates to
WanVideoWrapper
may have resolved memory shortage issues.
2025/08/03
- Continuing to update
Easy/I2V
workflow.- Added support for Japanese prompt translation to English.
You can choose between local translation and Google Translator. - Made text encoder selectable from
Kijai
,Native
,NAG
.
Default is scaled fp8Native
. - Enabled concatenation of preset prompts and input prompts for negative prompts.
- Added support for prompt generation from images.
- The effect of calming movement is more powerful than Wan 2.1, so usage seems limited.
- Added support for prompt extension by locally-running Qwen in
WanVideoPromptExtender
. - Added support for selective combination of multiple types of positive prompts.
- Changed to set video length in seconds.
- Made frame interpolation selectable from
60FPS
,60FPS 1.3x Speed
,30FPS
.
- Added support for Japanese prompt translation to English.
2025/08/02
- Added
Easy/00_I2V(ImageToVideo)
workflow.- Supports three types of mosaic like EasyWanVideo's NsfwFast, upscaling, frame interpolation, and labels, eliminating the need for regeneration after post-processing from seed gacha hits.
- Civitai API key is now required for updates and installation.
- Added support for downloading
Download\loras\Nsfw\GeneralNsfw22_v006.bat
.- Updated to version
Download\loras\Nsfw\GeneralNsfw22_v008a.bat
.
- Updated to version
- Added user feedback section.
- Added support for downloading examples to
Sample/
. - Experimental introduction of unsupported Python 3.10 compatibility.
- Reverted to version pinning of
numpy==1.26.4
andopencv-python==4.11.0.86
as safety measures. - Added
EndImage
functionality toEasy/00_I2V(ImageToVideo)
workflow, which was also available in99_WIP_Kijai_LowSpec
.
2025/07/31
99_WIP_Kijai_LowSpec
workflow now supports LoRA loading and old-type end images.- 20:45 Fixed a bug where end images didn't work properly.
- Added support for downloading
Download\vae_approx\taew2_1.bat
.- With ComfyUI-Manager and Video Helper settings, preview is displayed in
WanVideoSampler
.
- With ComfyUI-Manager and Video Helper settings, preview is displayed in
- Added support for downloading
Wan2.2-I2V-A14B
inQ4_K_M
,Q6_K
,Q8_0
formats.- You can download all at once with
Download\diffusion_models\Base-Wan2.2-I2V-A14B.bat
.
- You can download all at once with
- Prompt Dance (Old WIP Workflow)
- You can generate quickly by disabling upscaling and frame interpolation.
- Operate the green nodes above
Easy/99_WIP_Kijai_LowSpec.json
.
Copy ComfyUI/extra_model_paths.yaml.example
and rename it to ComfyUI/extra_model_paths.yaml
, then rewrite the content to:
comfyui:
base_path: D:/EasyWanVideo/ComfyUI/
loras: models/loras/
This allows you to reference Wan 2.1 LoRA from EasyWanVideo.
Replace D:/EasyWanVideo/ComfyUI/
with the absolute path to EasyWanVideo/ComfyUI/
where EasyWanVideo is installed.