Closed zaqhack closed 7 months ago
Can confirm. Having regional prompter active causes TypeError: 'NoneType' object is not iterable, in attention mode. Latent seems to work fine.
Same error for me...
I have the same problem. Regional Prompting extension attention mode completely stopped working and latent doesn't separate the subjects.
TypeError: 'NoneType' object is not iterable
I'm on "29be1da" and reverted a few commits back because it worked a few days ago and on "b9705c5" it works again. So it seems one of the last three commits broke this functionality. @lllyasviel
I have the same problem. Regional Prompting extension attention mode completely stopped working and latent doesn't separate the subjects.
TypeError: 'NoneType' object is not iterable
I'm on "29be1da" and reverted a few commits back because it worked a few days ago and on "b9705c5" it works again. So it seems one of the last three commits broke this functionality. @lllyasviel
Same here. Regional Prompter has stopped working as you described in txt2img, img2img, anywhere.
I disabled every extension (including built-in) except for Regional Prompter and still received the error. When I disabled RP, I did not get an error. It was working a couple days ago. Also, no error in A1111.
Someone opened an issue on RP repository: https://github.com/hako-mikan/sd-webui-regional-prompter/issues/307
The one time in a month that I wanna use and it broke lol, guess I'll roll back
In my webui forge, RP and LC doesn't work at all, even for txt2img
roll back to "b9705c5"
I wish I knew how to do this. I tried using a youtube tutorial and just got errors for my troubles.
roll back to "b9705c5"
I wish I knew how to do this. I tried using a youtube tutorial and just got errors for my troubles.
in a terminal window navigate to your root installation folder of WebUI Forge (...\stable-diffusion-webui-forge)
type git reset --hard b9705c5
and hit enter.
type git log -1
and hit enter.
check the first seven digits/letters next to commit. do they match the ones you typed in earlier? if yes, the rollback was successfully
Same problem regional prompter does not work anymore when I updated forge today.
roll back to "b9705c5"
I wish I knew how to do this. I tried using a youtube tutorial and just got errors for my troubles.
in a terminal window navigate to your root installation folder of WebUI Forge (...\stable-diffusion-webui-forge)
type
git reset --hard b9705c5
and hit enter.type
git log -1
and hit enter.check the first seven digits/letters next to commit. do they match the ones you typed in earlier? if yes, the rollback was successfully
Wow. That easy? Thanks you're the best.
Same error. Rolling back to b9705c5 commit fixed it. UPD: it break lora working for me... Needs fix for Forge
Does not work in txt2img either. Lets hope it will be fixed soon. Forge is great, it would be a pity to switch back to A1111.
Same problem! Do something please!
Re-opening since I realized this is actually a different issue. Will be fixed when https://github.com/hako-mikan/sd-webui-regional-prompter/pull/308 is merged.
Upstream PR merged. Update the Regional Prompter extension and it will work now.
I believe I'm having this issue now, post update. Latent works, attention does not. All the same as above on Forge.
Checklist
What happened?
Not sure how to troubleshoot this further. It was working two days ago. Ran Forge, this morning and there were some updates. I installed it again in a clean directory, but it has the same issue. Using Regional Prompter, the settings don't "stick" to the UI, which makes me think it isn't passing the right parameter, anymore. When you click "Generate," it gives this familiar error:
This seems to be true whether I am trying to use columns or a mask - it just doesn't care. Latent couple doesn't give the same error, but fails to separate the subjects. I'm 100% certain I used Regional Prompter just two days ago, and maybe even yesterday morning.
Odd UI behavior: https://youtu.be/lmXAcwo71s0
Steps to reproduce the problem
See also the linked video ...
Attention and Columns will no longer be selected ...
What should have happened?
They should still be selected. And, my hunch, they should still pass parameters to Regional Prompter. :-)
What browsers do you use to access the UI ?
Mozilla Firefox, Google Chrome, Microsoft Edge
Sysinfo
sysinfo-2024-03-08-19-26.json
Console logs
Additional information
Typically accessed over the network via --listen ... Windows/Mac browser to Linux backend.