Skip to content

Commit

Permalink
update sd version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberhan123 committed Nov 23, 2023
1 parent a8d43ea commit 1303869
Show file tree
Hide file tree
Showing 8 changed files with 98 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/build/
/.vs/
/out/
/cmake-build-debug/
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions .idea/editor.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .idea/stable-diffusion-build.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmake/sd.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.14)
include(add_FetchContent_MakeAvailable.cmake)
endif()

set(SD_GIT_TAG fb7d9217bb5dd6ac82b4fb1f312381f63b65ba1a)
set(SD_GIT_TAG 46eacf7fa133e98df6f51b769e4bb68a48ff3fa3)
set(SD_GIT_URL https://github.com/Cyberhan123/stable-diffusion.cpp)

FetchContent_Declare(
Expand Down

0 comments on commit 1303869

Please sign in to comment.