mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-12-16 12:13:27 +00:00
bad luck good luck
This commit is contained in:
parent
6eb994e18a
commit
cc744cc5c3
@ -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...
|
||||
|
||||
@ -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
|
||||
|
||||
4
wgp.py
4
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user