We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cat ~/.invokeai
1 parent b60edab commit 103efeaCopy full SHA for 103efea
.github/workflows/test-invoke-conda.yml
@@ -106,6 +106,10 @@ jobs:
106
run: |
107
python scripts/configure_invokeai.py --no-interactive --yes
108
109
+ - name: cat ~/.invokeai
110
+ id: cat-invokeai
111
+ run: cat ~/.invokeai
112
+
113
- name: Run the tests
114
id: run-tests
115
.github/workflows/test-invoke-pip.yml
@@ -105,6 +105,10 @@ jobs:
105
${{ env.pythonLocation }}/bin/python scripts/configure_invokeai.py --no-interactive --yes
0 commit comments