dvruette / sd-webui-fabric

MIT License
402 stars 23 forks source link

UnboundLocalError: local variable 'pos_latents' referenced before assignment #2

Closed matrix4767 closed 1 year ago

matrix4767 commented 1 year ago

Error running process: G:\stable-webui\extensions\sd-webui-fabric\scripts\fabric.py Traceback (most recent call last): File "G:\stable-webui\modules\scripts.py", line 474, in process script.process(p, *script_args) File "G:\stable-webui\extensions\sd-webui-fabric\scripts\fabric.py", line 269, in process pos_latents=pos_latents, UnboundLocalError: local variable 'pos_latents' referenced before assignment

Enferlain commented 1 year ago

Same, thoughts?

image

Enferlain commented 1 year ago

seems like it got broken in the last commit, dunno by what tho

dvruette commented 1 year ago

Yeah that's my bad for pushing "minor fixes" without actually testing it. Should be fixed now.