sd: sync to master-646-0baf721#2217
Conversation
cb8bbfb to
31260dd
Compare
|
Alright now that the other PR is merged, this is next on the list after I test out the gemma vocab extraction and minifications |
31260dd to
d2accdc
Compare
a9ba41b to
45fb52e
Compare
|
Does this already enable LTX or will that require additionals? |
|
It's just the sync for now. It'll still need at least the gemma external merges and embed files, support for two additional models (embeddings connectors and audio VAE), and likely a file remapping for the llm. |
45fb52e to
e7f386c
Compare
|
@LostRuins , I'm hitting a crash bug on the current Do you intend to merge this soon? I can make a separate PR for the fix if you don't. |
|
I was planning to defer this PR until I could look at LTX 2.3, but I can merge it early if you prefer. Would that be easier? |
e7f386c to
b1c28c8
Compare
It would be a bit easier to test, since we'd be in sync with upstream. There is a risk of regressions, but I believe it would be better for us to find them sooner anyway. |
b1c28c8 to
3ec404b
Compare
On top of #2213 . LTX 2.3 support, some sampler changes, and a vocab file refactor.
Several added files:
and a few removed:
so I ended up sorting and rebuilding the source file list.
To fix the linking errors, I've added
load_gemma_mergesandload_gemma_vocab_jsonfunctions with search+replace from the mistral ones.Edit: updated to
master-633-5b0267eto get a few new fixes.Edit 2: updated to
master-637-ef92a00for more LTX stuff, and a LoRA offloading performance fix.Edit 3: updated to
master-642-3a8788c, with more LTX stuff, and a small refactor.Edit 4: updated to
master-646-0baf721for more LTX changes.