Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -54,6 +54,9 @@ WORKDIR $HOME/app
|
|
54 |
RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
|
55 |
pip install --no-cache-dir -r requirements.txt
|
56 |
|
|
|
|
|
|
|
57 |
# Checkpoints
|
58 |
RUN echo "Downloading checkpoints..." && \
|
59 |
# Kybalico Models
|
|
|
54 |
RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
|
55 |
pip install --no-cache-dir -r requirements.txt
|
56 |
|
57 |
+
|
58 |
+
RUN sed -i 's/weights_only=True/weights_only=False/g' ./comfy/utils.py
|
59 |
+
|
60 |
# Checkpoints
|
61 |
RUN echo "Downloading checkpoints..." && \
|
62 |
# Kybalico Models
|