-
Notifications
You must be signed in to change notification settings - Fork 4
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
In img2img batch mode no mask create #1
Comments
I was trying to do the same thing, but looking at the code. It's doesn't look like there's anything in there to save the masks. I'm going to try to edit the python file to see if I can get it to save every mask created, but I'm not great with python so it might be messy. I'll come back and let you know if I can get it to work. |
I got it to save the masks after some trial and error by changing bg_mask.py to this:
I can't guarantee that it'll work in your setup, but I figured I'd share it because it's working for me. |
Thanks! I will check it out. |
I want to upload a folder of numbered PNG files and receive the masks in binary, when they are numbered. Is it possible?
The text was updated successfully, but these errors were encountered: