Skip to content

Commit

Permalink
update SD
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Nov 17, 2023
1 parent 4e59aaf commit 2def29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ BERT_VERSION?=6abe312cded14042f6b7c3cd8edf082713334a4d
PIPER_VERSION?=736f6fb639ab8e3397356e48eeb6bdcb9da88a78

# stablediffusion version
STABLEDIFFUSION_VERSION?=d89260f598afb809279bc72aa0107b4292587632
STABLEDIFFUSION_VERSION?=902db5f066fd137697e3b69d0fa10d4782bd2c2f

export BUILD_TYPE?=
export STABLE_BUILD_TYPE?=$(BUILD_TYPE)
Expand Down Expand Up @@ -157,7 +157,7 @@ sources/go-stable-diffusion:
cd sources/go-stable-diffusion && git checkout -b build $(STABLEDIFFUSION_VERSION) && git submodule update --init --recursive --depth 1

sources/go-stable-diffusion/libstablediffusion.a:
cd sources/go-stable-diffusion; make libstablediffusion.a
$(MAKE) -C sources/go-stable-diffusion libstablediffusion.a

## RWKV
sources/go-rwkv:
Expand Down

0 comments on commit 2def29d

Please sign in to comment.