Open
Conversation
Replace AutoGPTQ with GPTQModel
Fix Triton error
tl;dr: bitsanbytes is quantizing a nn.NonDynamicallyQuantizableLinear output in JoyCaption. We revert it back to a nn.Linear (as nn.NonDynamicallyQuantizableLinear is not a public type.) We also set the dtype in a few more places where we don't, or don't always.
…nitial load by not loading entire jpeg image to get the size.
… other formats slightly faster.
…ticaptioning can be used with the civitai trainer as well
… option to sort them to the end
Add support for 4bit JoyCaption
Crop editor
…orkflow # Conflicts: # taggui/models/image_list_model.py
Add support to drag selected images to external applications
…_from_yggdrasil75 This implements jhc13#337
added jxl support - from yggdrasil75
|
I have pulled it into this fork now: https://github.com/StableLlamaAI/taggui_flow |
diodiogod
pushed a commit
to diodiogod/taggui-video
that referenced
this pull request
Oct 17, 2025
…_from_yggdrasil75 This implements jhc13#337
…h a lot of small images being tagged. no benefit on larger ones though.
…piled it once. will be barely any impact but it helps.
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.
This works on windows at least.
changes:
imagesize was removed as it was incompatible with jxl
use pillow to get image size
use pillow to load images
images load and are converted to qimage. (probably should only do this for jxl, its slower than letting qt load directly)
some minor changes that probably should be in a cleanup pr (I had a lot, but I reverted most - sorry about these)