Commit 1c238d4a authored by nanahira's avatar nanahira

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

parents c005b57a a2ac911c
Pipeline #17730 failed with stages
in 15 minutes and 40 seconds
...@@ -27,7 +27,7 @@ build-x86: ...@@ -27,7 +27,7 @@ build-x86:
script: script:
- docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG - docker pull $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
- docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $TARGET_IMAGE - docker tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG $TARGET_IMAGE
- docker manifest push $TARGET_IMAGE - docker push $TARGET_IMAGE
deploy_latest: deploy_latest:
extends: .deploy extends: .deploy
......
...@@ -44,7 +44,7 @@ RUN mkdir repositories && \ ...@@ -44,7 +44,7 @@ RUN mkdir repositories && \
pip install \ pip install \
# install requirements of Stable Diffusion # install requirements of Stable Diffusion
transformers==4.19.2 diffusers invisible-watermark \ transformers==4.19.2 diffusers invisible-watermark triton \
# install k-diffusion # install k-diffusion
git+https://github.com/crowsonkb/k-diffusion.git \ git+https://github.com/crowsonkb/k-diffusion.git \
......
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