From cc744cc5c38981468a0ab86ca3b16e0b3dfaa9f8 Mon Sep 17 00:00:00 2001 From: deepbeepmeep Date: Tue, 12 Aug 2025 12:01:05 +0200 Subject: [PATCH] bad luck good luck --- README.md | 3 ++- requirements.txt | 2 +- wgp.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39387f8..d552113 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ WanGP supports the Wan (and derived models), Hunyuan Video and LTV Video models ## 🔥 Latest Updates : -### August 11 2025: WanGP v7.77 - Lucky Day +### August 11 2025: WanGP v7.777 - Lucky Day This is your lucky day ! thanks to new configuration options that will let you store generated Videos and Images in lossless compressed formats, you will find they in fact they look two times better without doing anything ! @@ -35,6 +35,7 @@ Generation Settings are stored in each of the above regardless of the format (th Also you can now choose different output directories for images and videos. unexpected luck: fixed lightning 8 steps for Qwen, and lightning 4 steps for Wan 2.2, now you just need 1x multiplier no weird numbers. +* update 7.777 : oops got a crash a with FastWan ? Luck comes and goes, try a new update, maybe you will have a better chance this time * ### August 10 2025: WanGP v7.76 - Faster than the VAE ... We have a funny one here today: FastWan 2.2 5B, the Fastest Video Generator, only 20s to generate 121 frames at 720p. The snag is that VAE is twice as slow... diff --git a/requirements.txt b/requirements.txt index 457f740..0d0c349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ gradio==5.23.0 numpy>=1.23.5,<2 einops moviepy==1.0.3 -mmgp==3.5.9 +mmgp==3.5.10 peft==0.15.0 mutagen pydantic==2.10.6 diff --git a/wgp.py b/wgp.py index 8d1255b..1f5e20d 100644 --- a/wgp.py +++ b/wgp.py @@ -54,8 +54,8 @@ global_queue_ref = [] AUTOSAVE_FILENAME = "queue.zip" PROMPT_VARS_MAX = 10 -target_mmgp_version = "3.5.9" -WanGP_version = "7.77" +target_mmgp_version = "3.5.10" +WanGP_version = "7.777" settings_version = 2.23 max_source_video_frames = 3000 prompt_enhancer_image_caption_model, prompt_enhancer_image_caption_processor, prompt_enhancer_llm_model, prompt_enhancer_llm_tokenizer = None, None, None, None