DominikDoom / a1111-sd-webui-tagcomplete

Booru style tag autocompletion for AUTOMATIC1111's Stable Diffusion web UI
MIT License
2.58k stars 305 forks source link

1.11+ not working for me #87

Closed Roshag closed 1 year ago

Roshag commented 1 year ago

No idea what can be wrong (except for using the same webui folder for almost 3 months), but 1.11.0+ version do not work for me - no "Autocomplete options" under checkpoint selection menu, no autocomplete itselves. Fixed by using 1.10.1 scripts with latest tags (should it look like "amount >> tag"?). There are no errors in console, so I can't say what is broken

Blitzarts commented 1 year ago

Hi! dont work for me either, i installed it from the extensions tab, copying the git code, and the old way copying all in the folder, restart nothing, close the cmd prompt and restart, nothing, restart the ui from settings and nothing :c

i just download the lastest version of auto1111 and nothing happen, fresh installation

deezee999 commented 1 year ago

Same here guys. I hope this is an easy fix.

NaughtDZ commented 1 year ago

Me too

yamasoo commented 1 year ago

Not work until disable built-in extension "prompt-bracket-checker", anyone else ?

NamelessButler commented 1 year ago

It was working normally yesterday, But then I decided to restart my web ui and now it stopped working completely. I thought it was conflict with other extension, but tried using it sole and still the same issue.

I've noticed that it's creating a tmp file in the root folder... image image And it's pointing to the wrong folder as well... My correct folder in this case would be /content/stable-diffusion-webui/extensions/Auto-TagComplete/tags

Rogal80 commented 1 year ago

Hi, same here – it stopped working since last update

DominikDoom commented 1 year ago

~I can't reproduce this, it's working fine for me on the latest version of the webui.~ The biggest change since v1.10.1 is the new settings system, but that works without issues for me.

no "Autocomplete options" under checkpoint selection menu

@Roshag That needs to be added manually since it now uses the inbuilt settings, you need to add tac_active, tac_appendComma to your Quicksettings list in Settings > User Interface. But autocomplete itself should still be active by default.

If you haven't tried yet, please delete and reinstall the extension fresh, maybe some files didn't get updated properly.

And it's pointing to the wrong folder as well...

@falsonerd the path is relative from the webui root, so it's pointing to the correct spot. This temp file is needed since the user can rename the extension folder however they want, but I can only load files directly in the Javascript, not search for them (Gradio security policy), so I have to read the base path from there.

DominikDoom commented 1 year ago

Scratch that, I was able to find the issue on a fresh setup. Stupid mistake on my part with a missing null check on checking for third party textboxes, sorry for the inconvenience. (Meaning it would only work if the dataset tag editor extension was also installed).

Feel free to reopen if something still doesn't work.