soiz1 commited on
Commit
5fe8be1
·
verified ·
1 Parent(s): 202771b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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