added GGUF node
This commit is contained in:
@@ -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 && \
|
||||
|
||||
@@ -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 && \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user