stable-diffusion-webui-wd14-tagger
stable-diffusion-webui-wd14-tagger copied to clipboard
[BUG?] on SD Next
06:23:55-724783 INFO Python 3.10.8 on Windows
06:23:56-138469 INFO Version: app=sd.next updated=2023-09-27 hash=180f8c9c
url=https://github.com/vladmandic/automatic/tree/master
06:25:56-029353 ERROR executing callback: C:\New
folder\automatic\extensions\stable-diffusion-webui-wd14-tagger\scripts\tagger.py
ui_tabs_callback: AttributeError
╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ C:\New folder\automatic\modules\script_callbacks.py:162 in ui_tabs_callback │
│ │
│ 161 │ │ │ t0 = time.time() │
│ ❱ 162 │ │ │ res += c.callback() or [] │
│ 163 │ │ │ timer(t0, c.script, 'ui_tabs') │
│ │
│ C:\New folder\automatic\extensions\stable-diffusion-webui-wd14-tagger\tagger\ui.py:250 in on_ui_tabs │
│ │
│ 249 │ │ │ │ │ │ save_preset_button = gr.Button( │
│ ❱ 250 │ │ │ │ │ │ │ value=ui.save_style_symbol │
│ 251 │ │ │ │ │ │ ) │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
AttributeError: module 'modules.ui' has no attribute 'save_style_symbol'
This is not an extension for vladmandic, but for AUTOMATIC1111 and save_style_symbol is defined right here
vladmandic is just a fork of AUTOMATIC1111 so possibly to support both is feasible.
Here there is a fork for vladmandic https://github.com/GiusTex/vladmandic-WD14-Tagger