Commit c3fa4486 authored by nanahira's avatar nanahira

Merge branch 'master' of git.mycard.moe:novelai-storage/stable-diffusion-webui

parents 6b2d8352 e63400be
Pipeline #18062 failed with stages
in 1 minute and 39 seconds
......@@ -3,6 +3,6 @@ FROM ${BASE}
ARG GRAPHIC_VERSION
RUN env FORCE_CUDA=1 CUDA_VISIBLE_DEVICES=0 TORCH_CUDA_ARCH_LIST=${GRAPHIC_VERSION} \
pip install --no-cache-dir git+https://github.com/facebookresearch/xformers.git@v0.0.14#egg=xformers
pip install --no-cache-dir git+https://github.com/facebookresearch/xformers.git@main#egg=xformers
CMD ["--listen", "--port", "8080", "--xformers"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment