Closed chalcids closed 6 months ago
extensions need to work with the current version of webui at the time of submission in order to be listed I believe you're coded your extension based on 1.8 but it's broken in 1.9 due to the sampler scheduler rework
note the following test is done on 1.8 since it doesn't work on 1.9
you also have stuff in your car that can potentially break stuff
Reload UI
is broken (webupage footer)function setRandomSeed
, you need to remember that the JavaScript namespace is shared globally, which means dysfunction can override or be override, there's no point re-defining the same function that webui already has, since it's the same function it's not causing issues now but if in the future this function is changed on the webui, the existence of you redefining the function would either cause your function to be overwritten or overwritten the function nearly defined by web UI which causes things to breaksubmit_m2m_animate
UI tab order
can change the tab order and cause you would have to be loaded first which would cause the elements on your tab to have the origin ID, I don't really have a good solution for this issue
maybe instead of creating your own tab usually create a operation mode under image image like
https://github.com/John-WL/sd-webui-inpaint-background ,he built a pip package sdwi2iextender
to "help create custom img2img operation modes in A1111". https://github.com/John-WL/sdwi2iextender
or implement this as a drop-down script (scripts like xyz grid)
to avoid the issue of creating your own tab and all ui are interfacesahhh why delete your entire repository?
Info
Repo URL
Checklist:
Readme.md
index.json
andextension_template.json
have not been modified.entry
is placed in theextensions
directory with the.json
file extension.