-
Notifications
You must be signed in to change notification settings - Fork 557
Description
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\envs\ComfyUI\lib\site-packages\moviepy\video\VideoClip.py", line 1681, in init
_ = ImageFont.truetype(font)
File "C:\ProgramData\anaconda3\envs\ComfyUI\lib\site-packages\PIL\ImageFont.py", line 834, in truetype
return freetype(font)
File "C:\ProgramData\anaconda3\envs\ComfyUI\lib\site-packages\PIL\ImageFont.py", line 831, in freetype
return FreeTypeFont(font, size, index, encoding, layout_engine)
File "C:\ProgramData\anaconda3\envs\ComfyUI\lib\site-packages\PIL\ImageFont.py", line 261, in init
load_from_bytes(font)
File "C:\ProgramData\anaconda3\envs\ComfyUI\lib\site-packages\PIL\ImageFont.py", line 240, in load_from_bytes
self.font_bytes = f.read()
AttributeError: 'function' object has no attribute 'read'