@@ -5,18 +5,18 @@ ARG CORE_IMAGE=ghcr.io/nodetool-ai/nodetool:latest
55FROM ${CORE_IMAGE}
66
77ARG NODETOOL_CORE_REPOSITORY=https://github.com/nodetool-ai/nodetool-core.git
8- ARG NODETOOL_CORE_COMMIT=cb6185b6abc78fc27260e963e7f2994818c128e3
8+ ARG NODETOOL_CORE_COMMIT=e53b334aa3b659c92baa2307c11ed8a7308f19c3
99ARG WANGP_REPOSITORY=https://github.com/deepbeepmeep/Wan2GP.git
10- ARG WANGP_COMMIT=057f9ecab9ad57dfbec9768b2daf7a4426ce986c
10+ ARG WANGP_COMMIT=362c3467a70e1136ceb52eec95907205a8f88543
1111ARG MMGP_REPOSITORY=https://github.com/deepbeepmeep/mmgp.git
1212ARG MMGP_COMMIT=589ba050d320c4df879f48d11b23d6a88e6c68c8
1313
1414LABEL org.opencontainers.image.title="NodeTool WanGP non-commercial GPU worker" \
1515 org.opencontainers.image.description="Authenticated direct-Python WanGP provider worker; free non-monetized evaluation only" \
1616 org.opencontainers.image.licenses="AGPL-3.0-or-later AND LicenseRef-WanGP-Community-2.0 AND LicenseRef-mmGP-NonCommercial" \
1717 org.opencontainers.image.source="https://github.com/nodetool-ai/nodetool-wan2gp" \
18- io.nodetool.core.commit="cb6185b6abc78fc27260e963e7f2994818c128e3 " \
19- io.nodetool.wangp.commit="057f9ecab9ad57dfbec9768b2daf7a4426ce986c " \
18+ io.nodetool.core.commit="e53b334aa3b659c92baa2307c11ed8a7308f19c3 " \
19+ io.nodetool.wangp.commit="362c3467a70e1136ceb52eec95907205a8f88543 " \
2020 io.nodetool.mmgp.commit="589ba050d320c4df879f48d11b23d6a88e6c68c8" \
2121 io.nodetool.commercial-use="prohibited-without-separate-written-license"
2222
@@ -89,7 +89,7 @@ ENV WANGP_CONFIG_DIR=/workspace/wan2gp/config \
8989 WANGP_ROOT=/opt/Wan2GP \
9090 NODETOOL_MODEL_PREPARE_COMMAND_WANGP="/opt/wan2gp-venv/bin/python /opt/nodetool-wan2gp-combined/prepare_model.py" \
9191 NODETOOL_PROVIDER_ADAPTER_COMMAND_WANGP="/opt/wan2gp-venv/bin/python /opt/nodetool-wan2gp-combined/provider_adapter.py" \
92- NODETOOL_PROVIDER_ADAPTER_CAPABILITIES_WANGP="text_to_video,image_to_video" \
92+ NODETOOL_PROVIDER_ADAPTER_CAPABILITIES_WANGP="text_to_video,image_to_video,reference_to_video,text_to_image,image_to_image,text_to_audio,text_to_speech_encoded " \
9393 NODETOOL_PROVIDER_ADAPTER_DISPLAY_NAME_WANGP="WanGP" \
9494 HF_HOME=/workspace/cache/huggingface \
9595 PYTHONUNBUFFERED=1 \
0 commit comments