Image selection does not work
Best-by-feb132024 opened this issue ยท 10 comments
I can recommend a few solutions to see what the issue is:
- Check your ad blockers and disable them for automatic1111's url (http://127.0.0.1:7860/ or whatever you have it configured as).
- Try using automatic1111 in a private window or in a different browser (also private window) such as Microsoft edge.
- Disable all your other installed extensions (in automatic1111) and restart automatic1111 (close the cmd.exe window and relaunch).
- Test the dataset tag editor, if it works then add one of your previously enabled extensions. Just one, then close automatic1111 (cmd.exe window) and relaunch. Test dataset tag editor and see if it works. If it works then repeat step 3 until you get to the extension that makes dataset tag editor to break.
I had the same problem and sloved it by using old version of this extension.And we might just need to wait for the next update.
stable-diffusion-webui-dataset-tag-editor.zip
https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor/releases
Due to support newest webUI (with gradio v3.23.0), tag editor v0.2.0 won't support old version of webUI.
Please see Release page and check the compatibility with your webUI version.
To change version on git, do the followings in tag-editor folder:
git fetch --tags
git checkout tags/v0.x.x
when attempting the above commands, the following results:
`T:\auto1111\stable-diffusion-webui-directml\extensions\stable-diffusion-webui-dataset-tag-editor>git fetch --tags
T:\auto1111\stable-diffusion-webui-directml\extensions\stable-diffusion-webui-dataset-tag-editor>git checkout tags/v0.x.x
error: pathspec 'tags/v0.x.x' did not match any file(s) known to git`
any assistance appreciated!
@ride5k
v0.x.x need to be replaced with some valid version like v0.1.2 .
https://github.com/toshiaki1729/stable-diffusion-webui-dataset-tag-editor/releases
Update: seems fixed for me. Seems like updating my webui fixed it
Updating A1111 past the gradio update fixed selection not working for me.
Am noticing that there is some latency when adding selection to filter, and sometimes the wrong image gets added.
When in zoomed view, next/previous image nav ignores current currently filtered images and instead goes to next/previous image in the whole data set..
Same issue here. Dataset images load and can be seen, filtering tags works, but no editing can be done.
Dear maintainer, please save us :D
https://github.com/toshiaki1729/dataset-tag-editor-standalone
Standalone Version is released (#65 (comment) for detail)
Still WIP but this may help you.