Xerxemi / sdweb-auto-MBW

196 stars 21 forks source link

Error on Vladmandic Fork Version: f6f1a73b Wed May 17 #19

Open YKefasu opened 1 year ago

YKefasu commented 1 year ago

Version: f6f1a73b Wed May 17 06:15:18 2023 -0400

17:29:59-841942 INFO     Libraries loaded
17:29:59-873973 INFO     Running extension preloading
autoMBW: discovered 5 classifier plugins.
autoMBW-e: discovered 5 classifier plugins.
17:30:11-569664 INFO     Loading UI theme: gradio/default
17:30:13-504142 ERROR    executing callback: C:\New
                         folder\automatic\extensions\sdweb-auto-MBW\scripts\merge_block_weighted_extension.py
                         ui_tabs_callback: IndexError
╭───────────────────────────────────────── Traceback (most recent call last) ──────────────────────────────────────────╮
│ C:\New folder\automatic\modules\script_callbacks.py:151 in ui_tabs_callback                                          │
│                                                                                                                      │
│   150 │   │   try:                                                                                                   │
│ ❱ 151 │   │   │   res += c.callback() or []                                                                          │
│   152 │   │   except Exception as e:                                                                                 │
│                                                                                                                      │
│ C:\New folder\automatic\extensions\sdweb-auto-MBW\scripts\merge_block_weighted_extension.py:26 in on_ui_tabs         │
│                                                                                                                      │
│   25 │   │   with gr.Tab("Auto MBW Each", elem_id="tab_auto_mbw_each"):                                              │
│ ❱ 26 │   │   │   auto_mbw_mod.on_ui_tabs()                                                                           │
│   27                                                                                                                 │
│                                                                                                                      │
│ C:\New folder\automatic\extensions\sdweb-auto-MBW\scripts\mbw_each\auto_mbw_mod.py:77 in on_ui_tabs                  │
│                                                                                                                      │
│    76 │   │   │   │   with gr.Row():                                                                                 │
│ ❱  77 │   │   │   │   │   steps, sampler = create_sampler_and_steps_selection(samplers, "autom                       │
│    78 │   │   │   │   with FormRow():                                                                                │
│                                                                                                                      │
│ C:\New folder\automatic\extensions\sdweb-auto-MBW\scripts\mbw_each\auto_mbw_mod.py:63 in                             │
│ create_sampler_and_steps_selection                                                                                   │
│                                                                                                                      │
│    62 │   │   with FormRow(elem_id=f"sampler_selection_{tabname}"):                                                  │
│ ❱  63 │   │   │   sampler = gr.Dropdown(label='Sampling method', elem_id=f"{tabname}_sampling"                       │
│    64 │   │   │   steps = gr.Slider(minimum=1, maximum=150, step=1, elem_id=f"{tabname}_steps"                       │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
IndexError: list index out of range
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.
17:30:18-821433 INFO     Local URL: http://127.0.0.1:7860/
17:30:18-823434 INFO     API Docs: http://127.0.0.1:7860/docs

https://github.com/vladmandic/automatic/issues/1020