-
Notifications
You must be signed in to change notification settings - Fork 2
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
feature: some hints #2
Comments
Hi @kalle07,
I've pushed a modification to handle this use case. After extension update, by going to your "Extensions" tab and clicking on "Check for updates" and then "Apply and restart UI", you should now see: Keep "Return mask" unchecked and it should not be returned anymore.
Unfortunately, the output file name is not handled by this extension but by Automatic1111's SD WebUI "Extras" tab. If you try with another extra, for instance "Upscale", you will get the same result. You should open an issue to their repository instead.
The original author of BiRefNet handles multiple images sequentially. You can ask for a new feature in the BiRefNet repository. If they implement it then it will probably be available in SD WebUI as I often keep this repository in sync with theirs.
For these specific details, I think you would have more information by directly asking to the original author of BiRefNet. UPDATE: For this last question, I've updated the README with basic information for each model:
|
is it possible to support the models with a prompt ? |
Yes, I guess this should be possible using the procedure used in the Segment Anything extension:
However, many changes would need to be made to this extension. |
first thx... it works ;)
if i only check the box "Return foreground" (or i dont check anything)
always the mask image is saved -> its useful to only save the foreground-image
if i have a named file "image(123).png" the saved file after remove background is "image123.png" (i know backets sometimes heavy) but all local image generators save the file in brackets (a1111, webui, fooocus)
is it possible to process multible images at once (like multicore for CPU), or is that not on your code?
do you have any idea what the differences are between the checkpoints? ok "portrait" i know ...
The text was updated successfully, but these errors were encountered: