Spaces:
Running
Running
Upload Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -42,6 +42,7 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
42 |
|
43 |
|
44 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
|
45 |
|
46 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
47 |
WORKDIR $HOME/app
|
@@ -60,7 +61,7 @@ RUN echo "Installing custom nodes..."
|
|
60 |
|
61 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
62 |
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
|
63 |
-
|
64 |
# pip install basicsr && \
|
65 |
git clone https://github.com/Gourieff/comfyui-reactor-node && \
|
66 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
|
|
42 |
|
43 |
|
44 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
45 |
+
RUN pip install lpips insightface
|
46 |
|
47 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
48 |
WORKDIR $HOME/app
|
|
|
61 |
|
62 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
63 |
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && \
|
64 |
+
git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && \
|
65 |
# pip install basicsr && \
|
66 |
git clone https://github.com/Gourieff/comfyui-reactor-node && \
|
67 |
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|