R
R
Also I believe your repository would be useful: [image-deduplicate-cluster-webui](https://github.com/WSH032/image-deduplicate-cluster-webui.git) I also implemented something very simple myself, but it's just based on sorted tags + weights with a precision of one...
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,...
Actually I don't see where this goes wrong. It may have to do with preset.json.
The duplicates notice is a stub. I intend to continue with this but I'm currently busy with other things.
well yeah, that happens.
I guess the interrogate button could change in Cancel a bit similar to txt2img or img2img.
[The button to change](https://github.com/picobyte/stable-diffusion-webui-wd14-tagger/blob/f5831a117f9eadf085df8b44ab90a32c0b462501/tagger/ui.py#L211) into Cancel after a press. The press of this button should function according a toggled state (e.g. a static interrogator bool) As you can read [here,...
Thanks for your input, you are right, It is difficult to return and change the label before interrogation. Maybe it can be done by queuing th interrogation, then returning, but...
> When I rolled back the commit to [66b7724](https://github.com/picobyte/stable-diffusion-webui-wd14-tagger/commit/66b7724b45acaf0f4f58d98b8790248606e47d75) and used wd14-swinv2-v2 it successfully loaded the model If you really need to go back that far to get it working...
Ok, did that. This originates from f47d5da69cad569aa34074c177fcbe4090ce9e73, please let me know if this fixed it for you.