Skip to content

Commit b04b93c

Browse files
committed
update docker to latest wan2gp version
1 parent 0a541d6 commit b04b93c

4 files changed

Lines changed: 50 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- docker
8+
- update
89
tags:
910
- "v*"
1011

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2121
# Clone the application source code to a "safe" location that won't be volume-mounted.
2222
RUN git clone https://github.com/deepbeepmeep/Wan2GP.git /opt/wan2gp_source \
2323
&& cd /opt/wan2gp_source \
24-
&& git checkout 4a38beca5b38aea115e2292596da097a375ff182
24+
&& git checkout 6850d60caa0edddeed922d56e8297bd955eb5dfb
2525

2626
# Install Python dependencies from the source code.
2727
# The GitHub Actions workflow is configured to maximize build space, so we can

README.md

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,51 @@ WanGP supports the Wan (and derived models), Hunyuan Video and LTV Video models
1919

2020
**Follow DeepBeepMeep on Twitter/X to get the Latest News**: https://x.com/deepbeepmeep
2121

22-
## 🔥 Latest Updates
22+
## 🔥 Latest Updates :
23+
### August 4 2025: WanGP v7.6 - Remuxed
24+
25+
With this new version you won't have any excuse if there is no sound in your video.
26+
27+
*Continue Video* now works with any video that has already some sound (hint: Multitalk ).
28+
29+
Also, on top of MMaudio and the various sound driven models I have added the ability to use your own soundtrack.
30+
31+
As a result you can apply a different sound source on each new video segment when doing a *Continue Video*.
32+
33+
For instance:
34+
- first video part: use Multitalk with two people speaking
35+
- second video part: you apply your own soundtrack which will gently follow the multitalk conversation
36+
- third video part: you use Vace effect and its corresponding control audio will be concatenated to the rest of the audio
37+
38+
To multiply the combinations I have also implemented *Continue Video* with the various image2video models.
39+
40+
Also:
41+
- End Frame support added for LTX Video models
42+
- Loras can now be targetted specifically at the High noise or Low noise models with Wan 2.2, check the Loras and Finetune guides
43+
- Flux Krea Dev support
44+
45+
### July 30 2025: WanGP v7.5: Just another release ... Wan 2.2 part 2
46+
Here is now Wan 2.2 image2video a very good model if you want to set Start and End frames. Two Wan 2.2 models delivered, only one to go ...
47+
48+
Please note that although it is an image2video model it is structurally very close to Wan 2.2 text2video (same layers with only a different initial projection). Given that Wan 2.1 image2video loras don't work too well (half of their tensors are not supported), I have decided that this model will look for its loras in the text2video loras folder instead of the image2video folder.
49+
50+
I have also optimized RAM management with Wan 2.2 so that loras and modules will be loaded only once in RAM and Reserved RAM, this saves up to 5 GB of RAM which can make a difference...
51+
52+
And this time I really removed Vace Cocktail Light which gave a blurry vision.
53+
54+
### July 29 2025: WanGP v7.4: Just another release ... Wan 2.2 Preview
55+
Wan 2.2 is here. The good news is that WanGP wont require a single byte of extra VRAM to run it and it will be as fast as Wan 2.1. The bad news is that you will need much more RAM if you want to leverage entirely this new model since it has twice has many parameters.
56+
57+
So here is a preview version of Wan 2.2 that is without the 5B model and Wan 2.2 image to video for the moment.
58+
59+
However as I felt bad to deliver only half of the wares, I gave you instead .....** Wan 2.2 Vace Experimental Cocktail** !
60+
61+
Very good surprise indeed, the loras and Vace partially work with Wan 2.2. We will need to wait for the official Vace 2.2 release since some Vace features are broken like identity preservation
62+
63+
Bonus zone: Flux multi images conditions has been added, or maybe not if I broke everything as I have been distracted by Wan...
64+
65+
7.4 update: I forgot to update the version number. I also removed Vace Cocktail light which didnt work well.
66+
2367
### July 27 2025: WanGP v7.3 : Interlude
2468
While waiting for Wan 2.2, you will appreciate the model selection hierarchy which is very useful to collect even more models. You will also appreciate that WanGP remembers which model you used last in each model family.
2569

RunPod-Template-README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Wan2GP - AI Video Generation Template
22

3-
#### Last Updated on 7/24/2025 to Wan2GP v7.12
3+
#### Last Updated on 7/28/2025 to Wan2GP v7.3
4+
5+
## _This template has been tested with an A40_
46

57
## What is Wan2GP?
68

0 commit comments

Comments
 (0)