Update prompt_encoder/encoder.py
Browse files
prompt_encoder/encoder.py
CHANGED
@@ -24,6 +24,7 @@ ImageInput = Union[
|
|
24 |
PIL.Jpeg2KImagePlugin.Jpeg2KImageFile,
|
25 |
PIL.PngImagePlugin.PngImageFile,
|
26 |
PIL.TiffImagePlugin.TiffImageFile,
|
|
|
27 |
]
|
28 |
|
29 |
|
|
|
24 |
PIL.Jpeg2KImagePlugin.Jpeg2KImageFile,
|
25 |
PIL.PngImagePlugin.PngImageFile,
|
26 |
PIL.TiffImagePlugin.TiffImageFile,
|
27 |
+
PIL.Image.Image,
|
28 |
]
|
29 |
|
30 |
|