TinyTerra / ComfyUI_tinyterraNodes

A selection of nodes for Stable Diffusion ComfyUI
GNU General Public License v3.0
421 stars 45 forks source link

Fix exception when retrieving node info for ttN_conditioning #122

Closed asagi4 closed 5 months ago

asagi4 commented 5 months ago

my_unique_id was outside the "hidden" dictionary.

This seems unintended and causes an exception when retrieving node info since the code expects all values to be dictionaries.

It might be that it's just my version of ComfyUI (quite heavily patched) that actually throws the exception if this hasn't been caught before, but this is still clearly a bug.

TinyTerra commented 5 months ago

Thought I'd caught all of those, but clearly not haha Thanks for that :)