added GGUF node

This commit is contained in:
2025-11-26 00:37:26 -05:00
parent 8a388f3d92
commit 1b27e59c40
3 changed files with 3 additions and 0 deletions

View File

@@ -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 && \

View File

@@ -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 && \

View File

@@ -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 \