kijai / ComfyUI-Florence2

Inference Microsoft Florence2 VLM
MIT License
300 stars 17 forks source link

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

Closed nero-dv closed 1 week ago

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