ComfyUI-text-overlay
ComfyUI-text-overlay copied to clipboard
Exchange .textsize method invocation by .textlength
Since v10.0.0 (2023-07-01) of Pillow the method ImageDraw.textsize() has been removed. I replaced the invocation of the method with an alternative using ImageDraw.textbbox() as described in the link of below
See https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html#font-size-and-offset-methods for more information
this fixes #1