Spaces:
Sleeping
Sleeping
Commit
·
5dd6c41
1
Parent(s):
3aa2bb4
Add reboot button and ComfyUI Manager
Browse files- Dockerfile +4 -1
Dockerfile
CHANGED
@@ -48,6 +48,9 @@ WORKDIR $HOME/app
|
|
48 |
RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
|
49 |
pip install --no-cache-dir -r requirements.txt
|
50 |
|
|
|
|
|
|
|
51 |
# Checkpoints
|
52 |
|
53 |
RUN echo "Downloading checkpoints..." && \
|
@@ -92,7 +95,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
92 |
# RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
|
93 |
|
94 |
# ComfyUI Manager
|
95 |
-
|
96 |
|
97 |
RUN echo "Done"
|
98 |
|
|
|
48 |
RUN git clone https://github.com/comfyanonymous/ComfyUI . && \
|
49 |
pip install --no-cache-dir -r requirements.txt
|
50 |
|
51 |
+
# Add reboot button
|
52 |
+
RUN cd ComfyUI && git pull https://github.com/ThisModernDay/ComfyUI.git reboot-button
|
53 |
+
|
54 |
# Checkpoints
|
55 |
|
56 |
RUN echo "Downloading checkpoints..." && \
|
|
|
95 |
# RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
|
96 |
|
97 |
# ComfyUI Manager
|
98 |
+
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
99 |
|
100 |
RUN echo "Done"
|
101 |
|