-
Notifications
You must be signed in to change notification settings - Fork 377
stable-diffusion: implement ESRGAN upscaler + Metal Backend #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
2a74c4a
add esrgan upscaler
FSSRepo f140532
add sd_tiling
FSSRepo b5ade20
ggml: adapt to new backend
FSSRepo d99e650
Merge remote-tracking branch 'upstream/master'
FSSRepo f83b742
fix some conflicts
FSSRepo 10ac491
Merge branch 'leejet:master' into master
FSSRepo 136474d
sd_tiling support overlapping + vae tiling
FSSRepo 1ad22f2
Merge branch 'master' of https://github.com/FSSRepo/stable-diffusion.cpp
FSSRepo 2bcca30
prepare to use metal as backend
FSSRepo 05101e4
support metal backend
FSSRepo e641b8c
fix submodule
FSSRepo e1f5a1c
fix metal ggml-submodule
FSSRepo 5759b53
fix possible error
FSSRepo 4d46747
fix metal compilation errors
FSSRepo dfe6abb
restore free memory param
FSSRepo e8d4cb0
fix metal backendissue
FSSRepo 8dc966e
cuda: fast softmax cmake option
FSSRepo 60ce78f
Merge branch 'leejet:master' into master
FSSRepo 8cb12d2
update readme
FSSRepo d6c8fc0
Merge branch 'master' of https://github.com/FSSRepo/stable-diffusion.cpp
FSSRepo f97ff96
improve upscale log info
FSSRepo 6bdbd25
standardize naming conventions
leejet 56e6474
format code
leejet 62dd027
simplify esrgan code
leejet ccdec9d
indeterministic results fast softmax
FSSRepo 1e3797a
fix clip_skip
leejet 6dce7ea
fix cuda sync buffers
FSSRepo 94ccbb8
Merge branch 'master' into pr75.head
leejet fd5726c
Merge branch 'master' into pr75.head
leejet 9ea2bcd
synchronize after get tensor from backend
leejet 421e39b
use ggml_backend_tensor_get_async and sync for cuda backend
leejet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ggml
updated
37 files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.