Spaces:
Sleeping
Sleeping
Commit
·
f442f98
1
Parent(s):
f4b6155
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -76,7 +76,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
76 |
wget -c https://github.com/christophschuhmann/improved-aesthetic-predictor/raw/main/ava+logos-l14-linearMSE.pth -P ./models/aesthetic/ && \
|
77 |
|
78 |
# ComfyUI Manager
|
79 |
-
|
80 |
|
81 |
# Install custom nodes
|
82 |
echo "Installing custom nodes..."
|
|
|
76 |
wget -c https://github.com/christophschuhmann/improved-aesthetic-predictor/raw/main/ava+logos-l14-linearMSE.pth -P ./models/aesthetic/ && \
|
77 |
|
78 |
# ComfyUI Manager
|
79 |
+
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
80 |
|
81 |
# Install custom nodes
|
82 |
echo "Installing custom nodes..."
|