asagi4 / comfyui-prompt-control

ComfyUI nodes for prompt editing and LoRA control
GNU General Public License v3.0
191 stars 16 forks source link

Minimum `lark` version? #35

Closed DrJKL closed 5 months ago

DrJKL commented 5 months ago

I kept getting float() argument must be a string or a real number, not 'Tree' earlier, had to update lark to 1.1.9 from 1.1.7. Haven't gone back to see if 1.1.8 also would have worked.

Do you know what the minimum version should be in requirements?

asagi4 commented 5 months ago

I seem to have have 1.1.2 installed myself, so I maybe 1.1.7 just had a bug.

asagi4 commented 5 months ago

I added a version requirement to requirements.txt, I think if it works with 1.1.9, that should be enough for this issue.