-
Notifications
You must be signed in to change notification settings - Fork 2k
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
smart preview management, remove preview as inputs #1944
Conversation
|
nice catch. but this seems impossible to fix since gradio does not have callback when image is removed |
oh wait. it is possible in newer gradio |
unfortunately this cannot be solved as gradio has a bug that Image.clear is broken on the listener |
It worked by 'preview as input' in past. |
image size only influence browser speed when uploading images. |
LGTM. Thanks for fixing it. Verified that openpose editor still functions as expected. |
Return preview as inputs! Please! |
What bug prompted this change? Was there something not working previously? |
I think the original picture has an impact on the result. In Canny mode for sure. |
Same error |
smart preview management, remove preview as inputs
I tested openpose editor.
Please test yourself to see if anything is missing