We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 115cb42 commit 5e4d553Copy full SHA for 5e4d553
.gitmodules
@@ -1,6 +1,3 @@
1
[submodule "vendor/stable-diffusion.cpp"]
2
path = vendor/stable-diffusion.cpp
3
url = https://github.com/leejet/stable-diffusion.cpp.git
4
-[submodule "vendor/pycparser"]
5
- path = vendor/pycparser
6
- url = https://github.com/eliben/pycparser.git
README.md
@@ -35,6 +35,7 @@ All `stable-diffusion.cpp` cmake build options can be set via the `CMAKE_ARGS` e
35
<details open>
36
<summary>Environment Variables</summary>
37
38
+
39
```bash
40
# Linux and Mac
41
CMAKE_ARGS="-DGGML_OPENBLAS=ON" \
0 commit comments