Skip to content
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

[BUG?] on SD Next #75

Open
YKefasu opened this issue Sep 27, 2023 · 3 comments
Open

[BUG?] on SD Next #75

YKefasu opened this issue Sep 27, 2023 · 3 comments

Comments

@YKefasu
Copy link

YKefasu commented Sep 27, 2023

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'
@picobyte
Copy link
Owner

This is not an extension for vladmandic, but for AUTOMATIC1111 and
save_style_symbol is defined right here

@RoelKluin
Copy link

vladmandic is just a fork of AUTOMATIC1111 so possibly to support both is feasible.

@Bercraft
Copy link

Bercraft commented Nov 8, 2023

Here there is a fork for vladmandic https://github.com/GiusTex/vladmandic-WD14-Tagger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants