搜尋此網誌

2023年2月9日 星期四

GIMP 自動去背 Plugin 更新(RemoveBG.py update)

 這次的更新 加了模型的選擇



測試,原圖取自 https://www.pexels.com/zh-tw/photo/14150626/




使用內定的模型 u2net


改用 u2net_human_seg

比較新版的rembg新增加了幾個模型,如果想要使用它們,可以使用文字編輯器(如Notepad++)開啟RemoveBG,py檔案,在開頭位置找到
tupleModel = ("u2net","u2net_human_seg", ...
將新增的模型名稱加入即可,如
tupleModel = ("u2net","u2net_human_seg", "u2net_cloth_seg", "u2netp", "silueta", "isnet-general-use", "isnet-anime", "sam")

4 則留言:

Martinson 提到...

Hi
What about the development of this extension?
Has it been rewritten for GIMP 2.99/3.0?

JamesH 提到...

Not yet

匿名 提到...

Hi. Since the GIMP developer team claimed that "the API is now stable" of GIMP 3.0 (RC1). Will you begin to rewrite the plugin for 3.0?

Martinson 提到...

Hi James,

I’ve been using your GIMP-Plugin-Remove-Background for a while now (currently on GIMP 3.2), and I must say it works significantly better than GIMP’s native Foreground Select Tool. Your use of the rembg library is a game-changer for the workflow.

I recently reached out to the GIMP core developers on GitLab to suggest integrating your plugin (or a similar tool based on your logic) directly into GIMP's core. You can see the discussion here:
https://gitlab.gnome.org/GNOME/gimp/-/issues/16122

The feedback from the developers was clear: they are open to such integrations, but the initiative usually needs to come from the plugin author to ensure smooth communication and alignment with their roadmap.

Would you be interested in seeing your work become a native part of GIMP?

If so, it would be amazing if you could drop a comment in the GitLab thread linked above or contact the GIMP team directly. As a user, I truly believe your plugin would provide immense value to millions of GIMP users if it were included by default.

Thank you for the great work you've done so far!

Best regards,