Closed nero-dv closed 5 months ago
nodes.py has been formatted using black
--
if text_input is not "":
changed to
if text_input != "":
To resolve error mentioned during startup of comfyui
nodes.py has been formatted using black
--
changed to
To resolve error mentioned during startup of comfyui