mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-23 11:20:53 -05:00
* add GemmaTokenizer * add basic ltx2.3 support * change vocab file encoding * fix ci * fix ubuntu build * add temporal tiling support * add ltx audio support * update ggml submodule url * fix generate_video * add i2v support * minify bundled Gemma tokenizer vocab sources * pass video fps into temporal rope embeddings * fix av_ca_timestep_scale_multiplier * add LTX2Scheduler support * update docs * fix ci
13 lines
418 B
Plaintext
13 lines
418 B
Plaintext
[submodule "ggml"]
|
|
path = ggml
|
|
url = https://github.com/leejet/ggml.git
|
|
[submodule "examples/server/frontend"]
|
|
path = examples/server/frontend
|
|
url = https://github.com/leejet/sdcpp-webui.git
|
|
[submodule "thirdparty/libwebp"]
|
|
path = thirdparty/libwebp
|
|
url = https://github.com/webmproject/libwebp.git
|
|
[submodule "thirdparty/libwebm"]
|
|
path = thirdparty/libwebm
|
|
url = https://github.com/webmproject/libwebm.git
|