Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tags: SmallAndSoft/stable-diffusion.cpp

Tags

master-f7f05fb

Toggle master-f7f05fb's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
chore: avoid setting GGML_MAX_NAME when building against external ggml (leejet#751)An external ggml will most likely have been built with the defaultGGML_MAX_NAME value (64), which would be inconsistent with the valueset by our build (128). That would be an ODR violation, and it couldeasily cause memory corruption issues due to the differentsizeof(struct ggml_tensor) values.For now, when linking against an external ggml, we demand it has beenpatched with a bigger GGML_MAX_NAME, since we can't check against avalue defined only at build time.

master-6167e29

Toggle master-6167e29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
feat: support build against system installed GGML library (leejet#749)

master-5b8996f

Toggle master-5b8996f's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
Conv2D direct support (leejet#744)* Conv2DDirect for VAE stage* Enable only for Vulkan, reduced duplicated code* Cmake option to use conv2d direct* conv2d direct always on for opencl* conv direct as a flag* fix merge typo* Align conv2d behavior to flash attention's* fix readme* add conv2d direct for controlnet* add conv2d direct for esrgan* clean code, use enable_conv2d_direct/get_all_blocks* format code---------Co-authored-by: leejet <leejet714@gmail.com>

master-f6b9aa1

Toggle master-f6b9aa1's commit message
refector: optimize the usage of tensor_types

master-59080d3

Toggle master-59080d3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
feat: change image dimensions requirement for DiT models (leejet#742)

master-7eb30d0

Toggle master-7eb30d0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
feat: add missing models and parameters to image metadata (leejet#743)* feat: add new scheduler types, clip skip and vae to image embedded params- If a non default scheduler is set, include it in the 'Sampler' tag in the dataembedded into the final image.- If a custom VAE path is set, include the vae name (without path and extension)in embedded image params under a `VAE:` tag.- If a custom Clip skip is set, include that Clip skip value in embedded imageparams under a `Clip skip:` tag.* feat: add separate diffusion and text models to metadata---------Co-authored-by: one-lithe-rune <skapusniak@lithe-runes.com>

master-eed97a5

Toggle master-eed97a5's commit message
sync: update ggml

master-bd1eaef

Toggle master-bd1eaef's commit message
fix: convert f64 to f32 and i64 to i32 when loading weights

master-ab835f7

Toggle master-ab835f7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
fix: correct head dim check and L_k padding of flash attention (leeje……t#736)

master-1896b28

Toggle master-1896b28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’sverified signature.
GPG key ID:B5690EEEBB952194
Verified
Learn about vigilant mode
fix: make --taesd work (leejet#731)
PreviousNext

[8]ページ先頭

©2009-2025 Movatter.jp