feat: add Turing (20~ Series) GPU compatibility for Z Image Turbo - #833
Merged
Conversation
devgdovg
force-pushed
the
feat/fp16_compatibility
branch
from
December 24, 2025 14:52
5a80fc3 to
1cac51b
Compare
devgdovg
marked this pull request as ready for review
December 24, 2025 16:18
6 tasks
devgdovg
force-pushed
the
feat/fp16_compatibility
branch
from
December 28, 2025 07:49
1cac51b to
fadfa6d
Compare
|
Nice, now we can use it on a free T4 GPUs at Kaggle/Colab 😁 |
4 tasks
|
可以在我的Tesla T10上运行了,谢谢 |
devgdovg
force-pushed
the
feat/fp16_compatibility
branch
from
December 31, 2025 17:09
b38fa62 to
fe31b2d
Compare
8 tasks
|
How can I switch to this PR locally to test it out? |
After you and then or (if it can't be merged successfully) |
lmxyy
reviewed
Jan 9, 2026
lmxyy
left a comment
Collaborator
There was a problem hiding this comment.
could you add a test for this?
lmxyy
reviewed
Jan 9, 2026
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Make Nunchaku Z-Image-Turbo model able to run with Turing GPUs.
Modifications
torch.float16when initializing.torch.float16when loading to Turing GPU in order to avoid range overflow.Checklist
testsdirectory following the guidance inContribution Guide.examplesare updated if necessary.