lllyasviel / lllyasviel/stable-diffusion-webui-forge

Super Merger failing to load since updating ForgeUI

Open
#897 2 comments 3 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

Since I updated ForgeUI I am getting this error and can't use Super Merger:

*** Error executing callback app_started_callback for D:\ForgeUI-new\webui_forge_cu121_torch21\webui\extensions\sd-webui-supermerger\scripts\GenParamGetter.py
Traceback (most recent call last):
File "D:\ForgeUI-new\webui_forge_cu121_torch21\webui\modules\script_callbacks.py", line 256, in app_started_callback
c.callback(demo, app)
File "D:\ForgeUI-new\webui_forge_cu121_torch21\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

Start with extensions/sd-webui-supermerger/scripts/GenParamGetter.py at line 56 and compare the callback path from modules/script_callbacks.py line 256 after the ForgeUI update. Reproduce the startup error and determine why the Blocks object lacks dependencies; done means Super Merger loads without the app_started_callback failure.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.