You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know there are several bugs in ImageMask and ImageEditor.
When using ImageMask and ImageEditor as an input in the latest version, the layers of the dict is always an empty list.
The layers are still be displayed on the component after removing the image when using ImageMask and ImageEditor. This is a bug in the latest version too.
After uploading and editing an image, I got the output below.
{'background': <PIL.Image.Image image mode=RGBA size=675x675 at 0x115F2BD90>, 'layers': [], 'composite': <PIL.Image.Image image mode=RGBA size=675x675 at 0x116352D70>}
CyberVy
changed the title
Layers Of The ImageMask Input Is Always An Empty List
Layers Of The ImageEditor/ImageMask Input Is Always An Empty List
Jan 7, 2025
Describe the bug
As far as I know there are several bugs in
ImageMask
andImageEditor
.ImageMask
andImageEditor
as an input in the latest version, thelayers
of the dict is always an empty list.ImageMask
andImageEditor
. This is a bug in the latest version too.Have you searched existing issues? 🔎
Reproduction
Screenshot
The layers are still be displayed on the component after removing the image.
Logs
After uploading and editing an image, I got the output below.
System Info
Severity
Blocking usage of gradio
The text was updated successfully, but these errors were encountered: