From 858ddffab6a1c8c30af350033e6718d7220bb416 Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 17 Jan 2023 20:10:37 +0100 Subject: [PATCH] add `--default_only` to run-preload-models step --- .github/workflows/test-invoke-pip.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-invoke-pip.yml b/.github/workflows/test-invoke-pip.yml index 34c90f10c5..4985202782 100644 --- a/.github/workflows/test-invoke-pip.yml +++ b/.github/workflows/test-invoke-pip.yml @@ -119,6 +119,7 @@ jobs: run: > configure_invokeai.py --yes + --default_only --full-precision # can't use fp16 weights without a GPU - name: Run the tests