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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion stable_diffusion.release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
master-642-3a8788c
master-656-0e4ee04
Loading