-
Notifications
You must be signed in to change notification settings - Fork 588
sd: sync to master-387-e4c50f1 #1866
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
base: concedo_experimental
Are you sure you want to change the base?
sd: sync to master-387-e4c50f1 #1866
Conversation
|
I didn't hit other obvious bugs, so I think this is ready for review. |
wait what happened? didn't notice they touched qwen |
|
|
I'll work on it in a few hours. By the way, leejet just merged the Z-Image-Turbo support. Shall I include it here, or on a follow-up PR? (the only problem with a separate PR would be the fix for Flux.2 VAE tiling, but I can include it first). |
|
We can combine them I think. At most we can do the same approach we did previously where we eventually squash it into two commits and I do a merge |
93f541a to
53407c8
Compare

Almost no code conflicts on this one.
I had to add new wrappers on
model.cppto load the new Mistral vocabulary and merges. I don't really have the hardware to test Flux.2, though, so I didn't try to include the matching.embdfiles.Qwen loading is broken, probably due to the qwen2vl -> llm replacement. I'll see if I can fix it.