-
Notifications
You must be signed in to change notification settings - Fork 77
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
Different results depending on number of image sets processed at once #78
Comments
I've been able to narrow down the issue. The problem seems to be related to the Basically, if I load up automatic1111 and drag the slider of My guess is the displayed HTML value and the actual logical value are two different values, and only the displayed one is being properly updated by automatic's default settings. So I guess the issue I should be reporting is that default settings are not being stored properly. |
Sorry I missed this, I'll have a look at it this weekend. The tagger does not allow tag values of zero or lower, those are omitted. This may be related, though I'd say returning a negative or 0 tag value is an imperfection of the model. |
Actually I don't see where this goes wrong. It may have to do with preset.json. |
Even with the
Min tag fraction in batch and interrogations
option set to 0, I'm seeing different results based on the number or variation of images processed.If I process 2 sets of images with about 80 images in each, the tags look nearly identical to what is shown when processing one image at a time. But if I process 10+ sets of such images, where the images have completely unrelated content, the number of tags applied to each image is dramatically reduced to the point where only globally applicable tags are applied.
I'm not sure if this is a bug that reads the wrong value from the option mentioned above, or if this behavior is intentionally built in for some reason?
The text was updated successfully, but these errors were encountered: