diff --git a/Makefile b/Makefile index eacfe96..809b7ed 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ run_linter: sd_parity: release=$$(cat stable_diffusion.release); \ - cd "$$SD" && git pull && git diff $$release HEAD -- include/stable-diffusion.h + cd "$$SD" && git pull && git diff $$release HEAD -- include/stable-diffusion.h && git rev-list --count $$release..HEAD run_gen_image_example: time go run examples/image_gen/image_gen.go diff --git a/README.md b/README.md index 23ab789..508334c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ High-performance diffusion model inference in pure Go. [![Linux](https://github.com/l8bloom/gosd/actions/workflows/linux.yaml/badge.svg)](https://github.com/l8bloom/gosd/actions/workflows/linux.yaml) [![Windows](https://github.com/l8bloom/gosd/actions/workflows/windows.yaml/badge.svg)](https://github.com/l8bloom/gosd/actions/workflows/windows.yaml) [![macOS](https://github.com/l8bloom/gosd/actions/workflows/macos.yaml/badge.svg)](https://github.com/l8bloom/gosd/actions/workflows/macos.yaml) -[![stable-diffusion.cpp](https://img.shields.io/badge/sd.cpp-3a8788c-yellow)](https://github.com/leejet/stable-diffusion.cpp/releases/tag/master-642-3a8788c) +[![stable-diffusion.cpp](https://img.shields.io/badge/sd.cpp-0e4ee04-yellow)](https://github.com/leejet/stable-diffusion.cpp/releases/tag/master-656-0e4ee04) [![Coverage](https://img.shields.io/badge/code%20coverage-80%25-purple)](https://github.com/l8bloom/gosd/actions) diff --git a/stable_diffusion.release b/stable_diffusion.release index 017eaec..ed6e331 100644 --- a/stable_diffusion.release +++ b/stable_diffusion.release @@ -1 +1 @@ -master-642-3a8788c +master-656-0e4ee04