-
Notifications
You must be signed in to change notification settings - Fork 467
Seamless texture generation support for qwen image #914
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: master
Are you sure you want to change the base?
Conversation
|
Some conflicts, lemme resolve those... |
|
Nice Work! Once ggml merges the circular-pad changes, I will merge this PR. |
|
llama.cpp PR merged already! |
|
Needs to be modified slightly bc you can do it only circular pad no circular conv |
|
In particular like this: I can clean up this PR to that on wednesday |
|
I think we can add a field in GGMLRunnerContext to control whether circular padding is used. |
|
looked into this, though it was merged into llama.cpp, we'll need to wait for ggml to be synced with llama.cpp's ggml (it seems to only be synced every few weeks), or alternatively adjust the reference to point to llama.cpp's ggml folder instead of ggml |
Adds support for qwen image to generate seamless textures, using a
-circularflag.Requires this PR ggml-org/ggml#1374 (Edit: see ggml-org/llama.cpp#16985) for ggml that adds a "circular" mode that can be used.
I also had to tweak rope so the period of the sinusods would evenly tile.