Update Dockerfile
Browse files- Dockerfile +9 -1
Dockerfile
CHANGED
@@ -83,6 +83,13 @@ COPY ./attire_spider-man-12.safetensors ./models/loras/attire_spider-man-12.safe
|
|
83 |
COPY ./SDXL_crumpled_paper_Sa_May_V2.safetensors ./models/loras/SDXL_crumpled_paper_Sa_May_V2.safetensors
|
84 |
COPY ./StickersRedmond.safetensors ./models/loras/StickersRedmond.safetensors
|
85 |
COPY ./RW_pixelart_XL_v1.safetensors ./models/loras/RW_pixelart_XL_v1.safetensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
|
87 |
#RUN wget -c https://civitai.com/api/download/models/77307 -O ./models/loras/attire_spider-man-12.safetensors
|
88 |
#RUN wget -c https://civitai.com/api/download/models/145048 -O ./models/loras/SDXL_crumpled_paper_Sa_May_V2.safetensors
|
@@ -152,13 +159,14 @@ RUN echo "Installing custom nodes..."
|
|
152 |
|
153 |
|
154 |
# Controlnet Preprocessor nodes by Fannovel16
|
155 |
-
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
156 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
157 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
158 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes.git
|
159 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
160 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
|
161 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git
|
|
|
162 |
|
163 |
# ComfyUI Manager
|
164 |
# RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
|
83 |
COPY ./SDXL_crumpled_paper_Sa_May_V2.safetensors ./models/loras/SDXL_crumpled_paper_Sa_May_V2.safetensors
|
84 |
COPY ./StickersRedmond.safetensors ./models/loras/StickersRedmond.safetensors
|
85 |
COPY ./RW_pixelart_XL_v1.safetensors ./models/loras/RW_pixelart_XL_v1.safetensors
|
86 |
+
COPY ./polyhedron_all_sdxl-000004.safetensors ./models/loras/polyhedron_all_sdxl-000004.safetensors
|
87 |
+
|
88 |
+
#Embeddings
|
89 |
+
|
90 |
+
COPY ./NegfeetV2.pt ./models/embedding/NegfeetV2.pt
|
91 |
+
COPY ./epiCNegative.pt ./models/embedding/epiCNegative.pt
|
92 |
+
COPY ./badhandv4.pt ./models/embedding/badhandv4.pt
|
93 |
|
94 |
#RUN wget -c https://civitai.com/api/download/models/77307 -O ./models/loras/attire_spider-man-12.safetensors
|
95 |
#RUN wget -c https://civitai.com/api/download/models/145048 -O ./models/loras/SDXL_crumpled_paper_Sa_May_V2.safetensors
|
|
|
159 |
|
160 |
|
161 |
# Controlnet Preprocessor nodes by Fannovel16
|
162 |
+
#RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
163 |
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
164 |
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
165 |
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes.git
|
166 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
167 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git
|
168 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git
|
169 |
+
RUN cd custom_nodes && git clone https://github.com/biegert/ComfyUI-CLIPSeg.git && pip install -r requirements.txt
|
170 |
|
171 |
# ComfyUI Manager
|
172 |
# RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|