Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Mask is not working since update #10599

Open
1 task done
akedia opened this issue Feb 15, 2025 · 1 comment
Open
1 task done

Image Mask is not working since update #10599

akedia opened this issue Feb 15, 2025 · 1 comment
Assignees
Labels
bug Something isn't working 🖼️ ImageEditor

Comments

@akedia
Copy link

akedia commented Feb 15, 2025

Describe the bug

When using stroke in the image mask to mask an area, it stops and not making any mask. this is a issue since gradio 5.12.0

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

Screenshot

No response

Logs

System Info

Gradio Environment Information:
------------------------------
Operating System: Linux
gradio version: 5.11.0
gradio_client version: 1.5.3

------------------------------------------------
gradio dependencies in your environment:

aiofiles: 23.2.1
anyio: 4.6.0
audioop-lts is not installed.
fastapi: 0.115.5
ffmpy: 0.4.0
gradio-client==1.5.3 is not installed.
httpx: 0.27.2
huggingface-hub: 0.28.1
jinja2: 3.1.4
markupsafe: 2.1.5
numpy: 1.26.4
orjson: 3.10.7
packaging: 24.2
pandas: 2.2.3
pillow: 10.4.0
pydantic: 2.9.2
pydub: 0.25.1
python-multipart: 0.0.19
pyyaml: 6.0.2
ruff: 0.9.6
safehttpx: 0.1.6
semantic-version: 2.10.0
starlette: 0.41.3
tomlkit: 0.12.0
typer: 0.12.5
typing-extensions: 4.12.2
urllib3: 2.2.3
uvicorn: 0.30.6
authlib; extra == 'oauth' is not installed.
itsdangerous; extra == 'oauth' is not installed.


gradio_client dependencies in your environment:

fsspec: 2024.9.0
httpx: 0.27.2
huggingface-hub: 0.28.1
packaging: 24.2
typing-extensions: 4.12.2
websockets: 12.0

Severity

I can work around it

@akedia akedia added the bug Something isn't working label Feb 15, 2025
@pngwn pngwn self-assigned this Feb 15, 2025
@akedia
Copy link
Author

akedia commented Feb 17, 2025

checked the others versions and gradio 5.9.1 seems to be the last working version,
in gradio 5.10.0, you can move the stroke but the mask is not added
from gradio 5.11.0 you can no longer put down the stroke, the app froze when you try to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🖼️ ImageEditor
Projects
None yet
Development

No branches or pull requests

2 participants