lllyasviel / lllyasviel/stable-diffusion-webui-forge
[BUG] supermerger again ^^
- Dominant language
- Python
- Stars
- 13k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
sorry you was to fast, after update
*** Error executing callback ui_tabs_callback for E:\WebUI_Forge\webui\extensions\sd-webui-supermerger\scripts\supermerger.py
Traceback (most recent call last):
File "E:\WebUI_Forge\webui\modules\script_callbacks.py", line 283, in ui_tabs_callback
res += c.callback() or []
File "E:\WebUI_Forge\webui\extensions\sd-webui-supermerger\scripts\supermerger.py", line 157, in on_ui_tabs
with gr.Row(scale=2):
File "e:\WebUI_Forge\system\python\lib\site-packages\gradio\component_meta.py", line 163, in wrapper
return fn(self, **kwargs)
TypeError: Row.__init__() got an unexpected keyword argument 'scale'
---
Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`.
*** Error executing callback app_started_callback for E:\WebUI_Forge\webui\extensions\sd-webui-supermerger\scripts\GenParamGetter.py
Traceback (most recent call last):
File "E:\WebUI_Forge\webui\modules\script_callbacks.py", line 256, in app_started_callback
c.callback(demo, app)
File "E:\WebUI_Forge\webui\extensions\sd-webui-supermerger\scripts\GenParamGetter.py", line 56, in get_params_components
dependencies: list[dict] = [x for x in demo.dependencies if x["trigger"] == "click" and _id in x["targets"]]
AttributeError: 'Blocks' object has no attribute 'dependencies'
---
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the startup errors in the Forge web UI, then inspect scripts/supermerger.py around on_ui_tabs at line 157 and scripts/GenParamGetter.py around get_params_components at line 56. Compare the affected calls with the installed Gradio API and verify that the extension loads without either callback traceback.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100