-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: extension is incompatible with webui 1.8, pending removel form extension index #206
Comments
too bad. |
is this still working on 1.8? btw I haven't actually remove it from the index |
Yes, it works
But with some errors in the console
*** Error running post_sample:
C:\sd.webui\webui\extensions-builtin\soft-inpainting\scripts\soft_inpainting.py1.12s/it]
Traceback (most recent call last):
File "C:\sd.webui\webui\modules\scripts.py", line 840, in post_sample
script.post_sample(p, ps, *script_args)
TypeError: Script.post_sample() takes 10 positional arguments but 248
were given
…---
*** Error running postprocess_image:
C:\sd.webui\webui\extensions-builtin\soft-inpainting\scripts\soft_inpainting.py
Traceback (most recent call last):
File "C:\sd.webui\webui\modules\scripts.py", line 864, in
postprocess_maskoverlay
script.postprocess_maskoverlay(p, ppmo, *script_args)
TypeError: Script.postprocess_maskoverlay() takes 10 positional
arguments but 248 were given
---
Am Fr., 12. Apr. 2024 um 12:53 Uhr schrieb w-e-w ***@***.***>:
too bad. it still works somehow, at least on windows ports. But it is only
a matter of time until it will stop working.
is this still working on 1.8?
—
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYZYVGVEJVU3EQ3ZCWEUTY464KZAVCNFSM6AAAAABERDO66GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRGUZTANJWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Jürgen Schulze
***@***.***
|
yeah I'd remember seeing something similar this extension is implemented in a way that's very easily broken or would cause other things to break if there's any change in web UI |
I removed it because it really seems to crash some other extension. Too bad
Am Fr., 12. Apr. 2024 um 12:53 Uhr schrieb w-e-w ***@***.***>:
… too bad. it still works somehow, at least on windows ports. But it is only
a matter of time until it will stop working.
is this still working on 1.8?
—
Reply to this email directly, view it on GitHub
<#206 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYZYVGVEJVU3EQ3ZCWEUTY464KZAVCNFSM6AAAAABERDO66GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRGUZTANJWGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
Jürgen Schulze
***@***.***
|
@volotat
Hi I'm am the maintainer of https://github.com/AUTOMATIC1111/stable-diffusion-webui-extensions
base on user report and my testing seems that this extension is critically incompatible with the current release of webui 1.8 and for my testing this is the case
webui 1.8 will crash will crash on launch with this extension enabled
I believe the root cause stems from the unorthodox initialization of scritps at
SD-CN-Animation/scripts/base_ui.py
Lines 165 to 166 in 4f07b5e
from my quick testing removeing at least two lines would allwo webui to launch and even will allow user to use SD-CN-Animation to operate at least partially, during operation image seems to generate but lots of exceptions are thrown mainly one's related to other extensions caused by this extension
earlier versions of web UI does not crash completely but still exhibits lots of similer issues
judging by the lack of activity I believe this extension is no longer maintained as such my intention is to remove the extension from extention index until it is fixed, or redirect the URL to a usable fork if exist
there is no update on the status of this extension I will remove it from index after 1 week
for now I will add a description on index informing user that this is no longer compatible
AUTOMATIC1111/stable-diffusion-webui-extensions@7f46c1d
if this extension is fixed in the future or if anyone is willing to continue maintaining a fork please contact so it can be relisted on the index
The text was updated successfully, but these errors were encountered: