Add ComfyUI-WanVideoWrapper for WanVideo nodes
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m19s

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Nick
2025-12-27 00:31:53 +13:00
parent 69e91dd7f9
commit 283955f1f7

View File

@@ -84,6 +84,7 @@ WORKDIR /workspace/ComfyUI/custom_nodes
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \ RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
git clone https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader.git && \ git clone https://github.com/jnxmx/ComfyUI_HuggingFace_Downloader.git && \
git clone https://github.com/kijai/ComfyUI-KJNodes.git && \ git clone https://github.com/kijai/ComfyUI-KJNodes.git && \
git clone https://github.com/kijai/ComfyUI-WanVideoWrapper.git && \
git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git && \ git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git && \
git clone https://github.com/crystian/ComfyUI-Crystools.git && \ git clone https://github.com/crystian/ComfyUI-Crystools.git && \
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git && \ git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git && \
@@ -96,6 +97,7 @@ RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
# Install custom node dependencies (single layer) # Install custom node dependencies (single layer)
RUN (cd ComfyUI-KJNodes && pip install -r requirements.txt || true) && \ RUN (cd ComfyUI-KJNodes && pip install -r requirements.txt || true) && \
(cd ComfyUI-WanVideoWrapper && pip install -r requirements.txt || true) && \
(cd comfyui_controlnet_aux && pip install -r requirements.txt || true) && \ (cd comfyui_controlnet_aux && pip install -r requirements.txt || true) && \
(cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt || true) && \ (cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt || true) && \
(cd ComfyUI-GGUF && pip install -r requirements.txt || true) && \ (cd ComfyUI-GGUF && pip install -r requirements.txt || true) && \