acorderob / sd-webui-prompt-postprocessor

Stable Diffusion WebUI extension to post-process the prompt, including sending content from the prompt to the negative prompt.
MIT License
18 stars 0 forks source link

[Issue] Latest SDNext Dev release #9

Closed DivanoDova closed 1 week ago

DivanoDova commented 3 weeks ago

With the latest SDNext dev release i get this error when trying to use this extension Skipping unknown extra network: ppp both old and new command are not working the prompt stay in possitive.

Only <ppp:stn>prompt<ppp:/stn> returns me this error: Skipping unknown extra network: ppp but nothing using the old way.

acorderob commented 2 weeks ago

It seems to be ignoring any "<...>" tag that is not a real extra network. I have to investigate more, but if these changes end up in master it might not be possible to use these start/stop characters anymore in SDNext.

No. It's just not calling the extension. Will try to find out why.

acorderob commented 2 weeks ago

The cause is a bug introduced some days ago in SDNext dev. I have notified vlad with a comment in the offending commit: https://github.com/vladmandic/automatic/commit/945da97d32bdd9348ab5e9e67f9c5a7b6785a945#r143476011

DivanoDova commented 2 weeks ago

I also suggested on Discord there was a issue with one of the latest commits (last one without this issue is #3f1c236) but didn't found what. Tried a bunch troubleshooting and nothing works (like disabling builtin wildcard support...)

Also the issue is now also on Master Branch.

acorderob commented 2 weeks ago

Good news. Vlad fixed it already in the dev branch.

DivanoDova commented 1 week ago

Thank you :)