Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ports/stable-diffusion-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
# ggml_backend_init_by_type() which works with both statically linked and
# dynamically loaded backends.
#
# Pinned to 00cd2a09 -- the merge commit of
# tetherto/qvac-ext-stable-diffusion.cpp#5, which integrates the Flux fused
# RoPE and Q/K/V unpacking paths on top of the 2026-03-01 branch.
# Pinned to 747a1801 -- the merge commit of
# tetherto/qvac-ext-stable-diffusion.cpp#6, which adds generic ESRGAN upscaler
# backend init with device and preference APIs on the 2026-03-01 branch.
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tetherto/qvac-ext-stable-diffusion.cpp
REF 00cd2a099d984f9c484a0e9cdb5e096e94ec68d1
SHA512 5be72e982fa970ebebe2cf6325ef73cde7a34ec1299018e8b16340e2cd6dccda8c65de04b408d294c84013683765c84be40c42790784cb3c77d3cdc7d79b4c0a
REF 747a180119c864e8cde0879f308200f028dfb9fe
SHA512 ad3079f2466c9182b465f7b3aca7793d01c25095732fd101a0fd19036938ec0f866b76ecc8dabda30e04c1098e34173f6a62be6c86ffca2745a6f8ecfb30b4fa
HEAD_REF 2026-03-01
)

Expand Down
2 changes: 1 addition & 1 deletion ports/stable-diffusion-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stable-diffusion-cpp",
"version-date": "2026-03-01",
"port-version": 4,
"port-version": 5,
"description": "Diffusion model inference in pure C/C++ (SD1.x, SD2.x, SDXL, SD3, FLUX, Wan, ...)",
"homepage": "https://github.com/tetherto/qvac-ext-stable-diffusion.cpp",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"stable-diffusion-cpp": {
"baseline": "2026-03-01",
"port-version": 4
"port-version": 5
},
"tokenizers-cpp": {
"baseline": "0.1.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/stable-diffusion-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "502646754683669a3ba30163cd36e2ae7ac6913b",
"version-date": "2026-03-01",
"port-version": 5
},
{
"git-tree": "ee08144c98d6ec9d98d9f16a972f930b74e44583",
"version-date": "2026-03-01",
Expand Down