diff --git a/services/amd/Dockerfile b/services/amd/Dockerfile index 1017158..c7bb450 100644 --- a/services/amd/Dockerfile +++ b/services/amd/Dockerfile @@ -20,6 +20,7 @@ RUN \ WORKDIR /ComfyUI/custom_nodes/ RUN git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager /ComfyUI/custom_nodes/comfyui-manager && \ + git clone --depth 1 https://github.com/city96/ComfyUI-GGUF /ComfyUI/custom_nodes/ComfyUI-GGUF && \ git clone --depth 1 https://github.com/SeanScripts/ComfyUI-Unload-Model.git /ComfyUI/custom_nodes/ComfyUI-Unload-Model && \ git clone --depth 1 https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive /ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale && \ git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Impact-Pack /ComfyUI/custom_nodes/ComfyUI-Impact-Pack && \ diff --git a/services/intel/Dockerfile b/services/intel/Dockerfile index 6d45ea6..f1ae062 100644 --- a/services/intel/Dockerfile +++ b/services/intel/Dockerfile @@ -23,6 +23,7 @@ RUN \ WORKDIR /ComfyUI/custom_nodes/ RUN git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager /ComfyUI/custom_nodes/ComfyUI-Manager && \ + git clone --depth 1 https://github.com/city96/ComfyUI-GGUF /ComfyUI/custom_nodes/ComfyUI-GGUF && \ git clone --depth 1 https://github.com/SeanScripts/ComfyUI-Unload-Model.git /ComfyUI/custom_nodes/ComfyUI-Unload-Model && \ git clone --depth 1 https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive /ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale && \ git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Impact-Pack /ComfyUI/custom_nodes/ComfyUI-Impact-Pack && \ diff --git a/services/nvidia/Dockerfile b/services/nvidia/Dockerfile index 83cad0c..97af625 100644 --- a/services/nvidia/Dockerfile +++ b/services/nvidia/Dockerfile @@ -23,6 +23,7 @@ RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI WORKDIR /ComfyUI/custom_nodes/ RUN \ git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Manager \ + && git clone --depth 1 https://github.com/city96/ComfyUI-GGUF \ && git clone --depth 1 https://github.com/SeanScripts/ComfyUI-Unload-Model.git \ && git clone --depth 1 https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive \ && git clone --depth 1 https://github.com/ltdrdata/ComfyUI-Impact-Pack \