mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 01:10:08 +08:00
Less confusing exception if pillow() function fails.
This commit is contained in:
parent
79ea2d3d12
commit
66bdf820a1
@ -25,7 +25,7 @@ def pillow(fn, arg):
|
||||
finally:
|
||||
if prev_value is not None:
|
||||
ImageFile.LOAD_TRUNCATED_IMAGES = prev_value
|
||||
return x
|
||||
return x
|
||||
|
||||
def hasher():
|
||||
hashfuncs = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user