Upload 9 files
Browse files- .gitattributes +7 -0
- license.md +23 -0
- linux_x64/sd_cpu +3 -0
- linux_x64/sd_vulkan +3 -0
- macos/sd_cpu +3 -0
- macos/sd_vulkan +3 -0
- readme.md +1 -0
- windows_x64/sd_cpu.exe +3 -0
- windows_x64/sd_cuda.exe +3 -0
- windows_x64/sd_vulkan.exe +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
linux_x64/sd_cpu filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
linux_x64/sd_vulkan filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
macos/sd_cpu filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
macos/sd_vulkan filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
windows_x64/sd_cpu.exe filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
windows_x64/sd_cuda.exe filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
windows_x64/sd_vulkan.exe filter=lfs diff=lfs merge=lfs -text
|
license.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2023 leejet
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
| 22 |
+
|
| 23 |
+
https://github.com/leejet/stable-diffusion.cpp
|
linux_x64/sd_cpu
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a44f3c0836d1e524843c7eaaf61a36328f1dc63d212993314c78ef22b6dac682
|
| 3 |
+
size 18498488
|
linux_x64/sd_vulkan
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e7dd74fa3d245590d7109d8bb5627085e41cfdca42aee421cac77e6844483349
|
| 3 |
+
size 65720096
|
macos/sd_cpu
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fa61920dc512f5fc531b9c35296443bb1155292d308a0e0a56b91b88067cbae
|
| 3 |
+
size 17602272
|
macos/sd_vulkan
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97f6ec29581ecef6472a1e709afb8dbba576e7dced24a8d924414fd18ae26dc7
|
| 3 |
+
size 64719776
|
readme.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
https://github.com/armory3d/stable-diffusion.cpp
|
windows_x64/sd_cpu.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e58106466893243afbc20448dbd016e8714cdfeaf9742475d410852a3af0dce
|
| 3 |
+
size 16689152
|
windows_x64/sd_cuda.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b884a12d4cb0ec9e1506fcfb52b0afcb8d928bd8e9d501e65f64123c7d05d9a5
|
| 3 |
+
size 41227264
|
windows_x64/sd_vulkan.exe
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42d781b86010b97172a4b412ffe353be3482791d175113a729901fe60e13510b
|
| 3 |
+
size 63727104
|