Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 .
|
49 |
-
|
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
|