diff options
author | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 16:22:06 +0000 |
---|---|---|
committer | Vladimir Repin <32306715+mezotaken@users.noreply.github.com> | 2022-11-14 16:22:06 +0000 |
commit | a07107900019c8f18ed0f8d07e39435ee3189e79 (patch) | |
tree | e6e52cc84a6f4878be07a53abee093f41f4438c3 /.github | |
parent | 4a35c3744c68be470e6caf72689322ed58f90aac (diff) | |
download | stable-diffusion-webui-gfx803-a07107900019c8f18ed0f8d07e39435ee3189e79.tar.gz stable-diffusion-webui-gfx803-a07107900019c8f18ed0f8d07e39435ee3189e79.tar.bz2 stable-diffusion-webui-gfx803-a07107900019c8f18ed0f8d07e39435ee3189e79.zip |
Use empty model as CLIP weights
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run_tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 558b0c61..4aeeab9c 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -22,7 +22,7 @@ jobs: ${{ runner.os }}-pip- - name: Run tests run: | - python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test + python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --clip-models-path ./test/test_files/empty.pt - name: Upload main app stdout-stderr uses: actions/upload-artifact@v3 if: always() |