mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
graphics/stable-diffusion.cpp: Update to 0.0.602
This commit is contained in:
@@ -5,7 +5,7 @@ COMMENT = diffusion model inference system
|
||||
|
||||
GH_ACCOUNT = leejet
|
||||
GH_PROJECT = stable-diffusion.cpp
|
||||
GH_TAGNAME = master-587-b8bdffc
|
||||
GH_TAGNAME = master-602-0665a7f
|
||||
PKGNAME = stable-diffusion.cpp-0.0.${GH_TAGNAME:S/master-//:C/-.+//g}
|
||||
|
||||
VERSION.ggml = 404fcb9d7c96989569e68c9e7881ee3465a05c50
|
||||
@@ -17,7 +17,7 @@ CATEGORIES = graphics
|
||||
FLAVORS = vulkan
|
||||
FLAVOR ?=
|
||||
|
||||
MAINTAINER = Volker Schlecht <openbsd-ports@schlecht.dev>
|
||||
MAINTAINER = Volker Schlecht <volker@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SHA256 (404fcb9d7c96989569e68c9e7881ee3465a05c50.tar.gz) = tsiSjfBqlr+lel/1cMdVwhqs5cM5axI+3vZIGz1EzKo=
|
||||
SHA256 (stable-diffusion.cpp-master-587-b8bdffc.tar.gz) = iWg1xmiM3dCZPlEHjQtjiVVSBv3l4YIeu1D9738/0aE=
|
||||
SHA256 (stable-diffusion.cpp-master-602-0665a7f.tar.gz) = /X/B7CfoL0ZRf+y7+2x90XW0CyNM9MGIjV2UFYkHY9k=
|
||||
SIZE (404fcb9d7c96989569e68c9e7881ee3465a05c50.tar.gz) = 2796833
|
||||
SIZE (stable-diffusion.cpp-master-587-b8bdffc.tar.gz) = 60295328
|
||||
SIZE (stable-diffusion.cpp-master-602-0665a7f.tar.gz) = 62546755
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: CMakeLists.txt
|
||||
--- CMakeLists.txt.orig
|
||||
+++ CMakeLists.txt
|
||||
@@ -168,7 +168,7 @@ file(GLOB SD_LIB_SOURCES CONFIGURE_DEPENDS
|
||||
@@ -179,7 +179,7 @@ file(GLOB SD_LIB_SOURCES CONFIGURE_DEPENDS
|
||||
"src/tokenizers/vocab/*.cpp"
|
||||
)
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ share/doc/stable-diffusion.cpp/ernie_image.md
|
||||
share/doc/stable-diffusion.cpp/esrgan.md
|
||||
share/doc/stable-diffusion.cpp/flux.md
|
||||
share/doc/stable-diffusion.cpp/flux2.md
|
||||
share/doc/stable-diffusion.cpp/hidream_o1_image.md
|
||||
share/doc/stable-diffusion.cpp/hipBLAS_on_Windows.md
|
||||
share/doc/stable-diffusion.cpp/kontext.md
|
||||
share/doc/stable-diffusion.cpp/lcm.md
|
||||
|
||||
Reference in New Issue
Block a user