Spaces:
Runtime error
Runtime error
Upload Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -129,10 +129,10 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 129 |
# # Aesthetic scorer models
|
| 130 |
# mkdir ./models/aesthetic && \
|
| 131 |
# wget -c https://github.com/grexzen/SD-Chad/raw/main/chadscorer.pth -P ./models/aesthetic/ && \
|
| 132 |
-
# wget -c https://github.com/christophschuhmann/improved-aesthetic-predictor/raw/main/ava+logos-l14-linearMSE.pth -P ./models/aesthetic/
|
| 133 |
|
| 134 |
# ComfyUI Manager
|
| 135 |
-
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
| 136 |
|
| 137 |
|
| 138 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
|
|
|
| 129 |
# # Aesthetic scorer models
|
| 130 |
# mkdir ./models/aesthetic && \
|
| 131 |
# wget -c https://github.com/grexzen/SD-Chad/raw/main/chadscorer.pth -P ./models/aesthetic/ && \
|
| 132 |
+
# wget -c https://github.com/christophschuhmann/improved-aesthetic-predictor/raw/main/ava+logos-l14-linearMSE.pth -P ./models/aesthetic/
|
| 133 |
|
| 134 |
# ComfyUI Manager
|
| 135 |
+
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
| 136 |
|
| 137 |
|
| 138 |
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|