Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: rmatif/stable-diffusion.cpp

Tags

master-348-8f6c5c2

Toggle master-348-8f6c5c2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: simplify the model loading logic (leejet#933)

* remove String2GGMLType

* remove preprocess_tensor

* fix clip init

* simplify the logic for reading weights

master-309-35843c7

Toggle master-309-35843c7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: optimize the handling of embedding weight (leejet#859)

master-301-fd693ac

Toggle master-301-fd693ac's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: remove unused --normalize-input parameter (leejet#835)

release__79426d5

Toggle release__79426d5's commit message
chore: set release tag by commit count

master-fce6afc

Toggle master-fce6afc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add sd3 flash attn support (leejet#815)

master-cb1d975

Toggle master-cb1d975's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add wan2.1/2.2 support (leejet#778)

* add wan vae suppport

* add wan model support

* add umt5 support

* add wan2.1 t2i support

* make flash attn work with wan

* make wan a little faster

* add wan2.1 t2v support

* add wan gguf support

* add offload params to cpu support

* add wan2.1 i2v support

* crop image before resize

* set default fps to 16

* add diff lora support

* fix wan2.1 i2v

* introduce sd_sample_params_t

* add wan2.2 t2v support

* add wan2.2 14B i2v support

* add wan2.2 ti2v support

* add high noise lora support

* sync: update ggml submodule url

* avoid build failure on linux

* avoid build failure

* update ggml

* update ggml

* fix sd_version_is_wan

* update ggml, fix cpu im2col_3d

* fix ggml_nn_attention_ext mask

* add cache support to ggml runner

* fix the issue of illegal memory access

* unify image loading processing

* add wan2.1/2.2 FLF2V support

* fix end_image mask

* update to latest ggml

* add GGUFReader

* update docs

master-5900ef6

Toggle master-5900ef6's commit message
sync: update ggml, make cuda im2col a little faster

master-f6b9aa1

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

master-d7c7a34

Toggle master-d7c7a34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ModelLoader::load_tensors duplicated check (leejet#623)

Introduced in 2b6ec97

master-81556f3

Toggle master-81556f3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: silence some warnings about precision loss (leejet#620)