Spaces:
Build error
Build error
Commit
·
3c97c53
1
Parent(s):
39c3ac5
Move to my own repo
Browse files- Dockerfile +2 -3
Dockerfile
CHANGED
@@ -19,9 +19,8 @@ RUN pip install https://github.com/camenduru/stable-diffusion-webui-colab/releas
|
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
|
22 |
-
RUN git clone
|
23 |
-
RUN sed -i '
|
24 |
-
RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
25 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
26 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
27 |
|
|
|
19 |
RUN pip install --pre triton
|
20 |
RUN pip install numexpr
|
21 |
|
22 |
+
RUN git clone https://github.com/TinyBeeman/stable-diffusion-webui
|
23 |
+
# RUN sed -i -e '''/prepare_environment()/a\ os.system\(f\"""sed -i -e ''\"s/dict()))/dict())).cuda()/g\"'' /content/stable-diffusion-webui/repositories/stable-diffusion-stability-ai/ldm/util.py""")''' /content/stable-diffusion-webui/launch.py
|
|
|
24 |
RUN sed -i -e 's/ start()/ #start()/g' /content/stable-diffusion-webui/launch.py
|
25 |
RUN cd stable-diffusion-webui && python launch.py --skip-torch-cuda-test
|
26 |
|