Add ComfyUI-Custom-Scripts and ComfyUI-Easy-Use nodes
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m7s
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user