You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, if an Extension registers a new tab, the length will become more than 8, causing the subsequent logics to never be executed, and thus breaking the whole ExtraNetworks functionalities.
This does not happen on the original Automatic1111 Webui.
Steps to reproduce the problem
Write an Extension that registers a new ExtraNetwork tab
IDK, not hardcode the number perhaps.
The original Webui didn't do this afterall.
What browsers do you use to access the UI ?
Microsoft Edge
Sysinfo
Irrelevant
Console logs
extraNetworks.js?1708056612.0225787:171 Uncaught TypeError: extraNetworksApplyFilter[tabname_full] is not a function
at doFilter (extraNetworks.js?1708056612.0225787:171:47)
Additional information
N/A
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
In Forge, the number of ExtraNetworks tabs is hardcoded at this line:
https://github.com/lllyasviel/stable-diffusion-webui-forge/blob/main/javascript/extraNetworks.js#L628
(TI + HyN + CkPt + LoRA) * (txt + img) = 8
As a result, if an Extension registers a new tab, the length will become more than
8
, causing the subsequent logics to never be executed, and thus breaking the whole ExtraNetworks functionalities.This does not happen on the original Automatic1111 Webui.
Steps to reproduce the problem
forge
branch8
mentioned above to10
What should have happened?
IDK, not hardcode the number perhaps.
The original Webui didn't do this afterall.
What browsers do you use to access the UI ?
Microsoft Edge
Sysinfo
Irrelevant
Console logs
Additional information
N/A
The text was updated successfully, but these errors were encountered: