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 first Trim in post-processing and after enlargement in Refiner.
    • 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 supporting Wan2.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 to PostProcess to remove specified number of frames from the beginning or end of videos.
    • Changed PointMosaic to be specified on the video before Refiner application.
      • Eliminates the need to respecify point positions after Refiner.
    • 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 supports Refiner.
    • Enlarges generated videos and refines them with LowNoise V2V that inherits from original video generation.
    • Added Refiner example samples to Sample/.
      • Generate with long side 640px for gacha, refine to 960px, then upscale 2x for FullHD+.
      • Refiner doesn't reduce VRAM consumption.
        Its feature is enabling faster gacha loops at lower resolutions.
  • 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 in ExtendPrompt.
  • 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 fp8 Native.
    • 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.

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.
  • 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 and opencv-python==4.11.0.86 as safety measures.
  • Added EndImage functionality to Easy/00_I2V(ImageToVideo) workflow, which was also available in 99_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.
  • Added support for downloading Wan2.2-I2V-A14B in Q4_K_M, Q6_K, Q8_0 formats.
    • You can download all at once with Download\diffusion_models\Base-Wan2.2-I2V-A14B.bat.
  • 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.