saicharan1234 commited on
Commit
1bea50d
·
verified ·
1 Parent(s): 241c8bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -45,8 +45,8 @@ WORKDIR $HOME/app
45
 
46
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
 
48
- RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout 39e75862b248a20e8233ccee743ba5b2e977cdcf && \
49
- pip install xformers!=0.0.18 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
50
 
51
  # Checkpoints
52
 
@@ -55,7 +55,7 @@ RUN echo "Downloading checkpoints..."
55
  # RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors -P ./models/checkpoints/
56
  # RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors -P ./models/checkpoints/
57
  # RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -P ./models/checkpoints/
58
- RUN wget -c "https://civitai.com/api/download/models/329685?type=Model&format=SafeTensor&token=f7b174903db6ed12ea56cc106c7dffad" -P ./models/checkpoints/
59
 
60
 
61
  # SD1.5
 
45
 
46
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
47
 
48
+ RUN git clone https://github.com/comfyanonymous/ComfyUI .
49
+ RUN pip install xformers!=0.0.18 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
50
 
51
  # Checkpoints
52
 
 
55
  # RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0.safetensors -P ./models/checkpoints/
56
  # RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/resolve/main/sd_xl_refiner_1.0.safetensors -P ./models/checkpoints/
57
  # RUN wget -c https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -P ./models/checkpoints/
58
+ # RUN wget -c "https://civitai.com/api/download/models/329685?type=Model&format=SafeTensor&token=f7b174903db6ed12ea56cc106c7dffad" -P ./models/checkpoints/
59
 
60
 
61
  # SD1.5