Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- docker
- update-3-13-2026
- update-3-16-2026
tags:
- "v*"

Expand Down
2 changes: 1 addition & 1 deletion Runpod-Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN rm -f /etc/apt/sources.list.d/cuda*.list && \
# Clone the application source code to a "safe" location that won't be volume-mounted.
RUN git clone https://github.com/deepbeepmeep/Wan2GP.git /opt/wan2gp_source \
&& cd /opt/wan2gp_source \
&& git checkout a931ec09573710e600d3fba9b0cb23e525b1385e
&& git checkout 974af602955498cca1074c5e230e4093077e5ca4
# Add custom finetunes after cloning upstream.
COPY finetunes/ltx2_distilled_old_vae.json /opt/wan2gp_source/finetunes/ltx2_distilled_old_vae.json
# Install Python dependencies from the source code.
Expand Down
2 changes: 1 addition & 1 deletion Runpod-Docker/RunPod-Template-README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Wan2GP - AI Image and Video Generation Template

#### Last Updated on 3/7/2026 to WanGP 10.9873: Fixed low fidelity LTX2 injected frames + added Image Strength slider for end & injected frames
#### Last Updated on 3/7/2026 to WanGP v10.9874: Replaced LTX-2.3 spatial upsampler by hotfix v1.1

### _This template has been tested with an A40_

Expand Down
Loading