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-25-2026
- update-4-5-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 254c4811e919d54b1cc59cccd7f297dce02f22c9
&& git checkout 3ba3863abd4945630e8b2dc65e1985009fb004f8
# 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/25/2026 to WanGP v11, The Machine Within The Machine
#### Last Updated on 4/5/2026 to WanGP v11.20, Self Destructing Model

### _This template has been tested with an A40_

Expand Down
Loading