light-and-ray / sd-webui-replacer

A tab for sd-webui for replacing objects in pictures or videos using detection prompt
193 stars 11 forks source link

AttributeError: 'NoneType' object has no attribute 'getReplacerTabUI' #62

Closed Tbrock8905 closed 4 months ago

Tbrock8905 commented 4 months ago

Hi,

Getting this error. Automatic1111 is up to date v 1.9

*** Error executing callback ui_tabs_callback for C:\Users\xxxx\stable-diffusion-webui\extensions\sd-webui-replacer\scripts\replacer_main_ui.py Traceback (most recent call last): File "C:\Users\xxxx\stable-diffusion-webui\modules\script_callbacks.py", line 283, in ui_tabs_callback res += c.callback() or [] File "C:\Users\xxxx\stable-diffusion-webui\extensions\sd-webui-replacer\scripts\replacer_main_ui.py", line 17, in on_ui_tabs tab = replacer_tab_ui.replacerMainUI.getReplacerTabUI() AttributeError: 'NoneType' object has no attribute 'getReplacerTabUI'

light-and-ray commented 4 months ago

Send the full console log

Tbrock8905 commented 4 months ago

All good - updated my controlnet. My bad