Add ComfyUI-Custom-Scripts and ComfyUI-Easy-Use nodes
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m7s

Fixes workflow error: MathExpression|pysssss node not found.
These nodes are required by the Wan22-I2V-Remix workflow.

🤖 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:45:44 +13:00
parent 283955f1f7
commit 4b32558675

View File

@@ -93,7 +93,9 @@ RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && \ git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && \
git clone https://github.com/nunchaku-tech/ComfyUI-nunchaku.git && \ git clone https://github.com/nunchaku-tech/ComfyUI-nunchaku.git && \
git clone https://github.com/evanspearman/ComfyMath.git && \ git clone https://github.com/evanspearman/ComfyMath.git && \
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git && \
git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git && \
git clone https://github.com/yolain/ComfyUI-Easy-Use.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) && \
@@ -103,6 +105,7 @@ RUN (cd ComfyUI-KJNodes && pip install -r requirements.txt || true) && \
(cd ComfyUI-GGUF && pip install -r requirements.txt || true) && \ (cd ComfyUI-GGUF && pip install -r requirements.txt || true) && \
(cd ComfyUI-Frame-Interpolation && pip install -r requirements.txt || true) && \ (cd ComfyUI-Frame-Interpolation && pip install -r requirements.txt || true) && \
(cd ComfyUI-nunchaku && pip install -r requirements.txt || true) && \ (cd ComfyUI-nunchaku && pip install -r requirements.txt || true) && \
(cd ComfyUI-Easy-Use && pip install -r requirements.txt || true) && \
rm -rf /root/.cache/pip /tmp/* rm -rf /root/.cache/pip /tmp/*
# Create directories and symlinks to network volume # Create directories and symlinks to network volume