Xenos14 commited on
Commit
85339e4
1 Parent(s): bcee764

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -14,7 +14,7 @@ USER toor
14
  RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
15
  USER root
16
  RUN apt update && apt install ffmpeg libsm6 libxext6 -y
17
- USER toor
18
  #ENTRYPOINT stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
19
  USER root
20
  RUN apt install wget -y
@@ -25,7 +25,7 @@ USER root
25
  #RUN apt install git-lfs -y
26
  #RUN git lfs install
27
  RUN apt-get install git-lfs
28
-
29
  #checkpoints
30
  RUN wget https://huggingface.co/Xenos14/Checkpoints/resolve/main/XenoGASM-v5.safetensors --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/XenoGASM-v5.safetensors
31
  RUN wget https://huggingface.co/Xenos14/Checkpoints/resolve/main/Kitsch-In-Sync-v2.safetensors --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/Kitsch-In-Sync-v2.safetensors
 
14
  RUN stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half
15
  USER root
16
  RUN apt update && apt install ffmpeg libsm6 libxext6 -y
17
+ #USER toor
18
  #ENTRYPOINT stable-diffusion-webui/webui.sh --skip-torch-cuda-test --no-half --listen
19
  USER root
20
  RUN apt install wget -y
 
25
  #RUN apt install git-lfs -y
26
  #RUN git lfs install
27
  RUN apt-get install git-lfs
28
+ USER toor
29
  #checkpoints
30
  RUN wget https://huggingface.co/Xenos14/Checkpoints/resolve/main/XenoGASM-v5.safetensors --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/XenoGASM-v5.safetensors
31
  RUN wget https://huggingface.co/Xenos14/Checkpoints/resolve/main/Kitsch-In-Sync-v2.safetensors --content-disposition -O /stable-diffusion-webui/stable-diffusion-webui/models/Stable-diffusion/Kitsch-In-Sync-v2.safetensors