wrdias commited on
Commit
c98de27
1 Parent(s): d439eec

Upload Dockerfile

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