diff --git a/Dockerfile b/Dockerfile index 90e81a7..8ef0adf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/nunchaku-tech/ComfyUI-nunchaku.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) 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-Frame-Interpolation && 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/* # Create directories and symlinks to network volume