kijai / ComfyUI-Florence2

Inference Microsoft Florence2 VLM
MIT License
768 stars 51 forks source link

resolves typo in nodes.py:164; Cleaned formatting in nodes.py #13

Closed nero-dv closed 5 months ago

nero-dv commented 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