# Remove-bg - WebGPU를 이용한 이미지 배경 지우기 오픈소스

> Clean Markdown view of GeekNews topic #16486. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=16486](https://news.hada.io/topic?id=16486)
- GeekNews Markdown: [https://news.hada.io/topic/16486.md](https://news.hada.io/topic/16486.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2024-08-27T10:37:01+09:00
- Updated: 2024-08-27T10:37:01+09:00
- Original source: [github.com/ducan-ne](https://github.com/ducan-ne/remove-bg)
- Points: 18
- Comments: 3

## Summary

Remove-bg 오픈소스는 WebGPU를 이용해 이미지 배경을 로컬 브라우저 내에서 제거할 수 있습니다. 파일이나 폴더를 선택하거나 드래그 앤 드롭하여 간편하게 사용할 수 있으며, 서버 업로드가 필요 없습니다. 이런 모델 및 도구는 공개된게 여러 개 있으니 비교해보시고 선택하세요.

## Topic Body

- 파일/폴더를 선택 및 드래그&드롭 하여 이미지의 배경을 제거   
- 이미지는 서버로 업로드 되지 않으며 로컬 브라우저내에서 WebGPU를 이용하여 작업됨   
- WebGPU + Transformer.js (RMBG v1.4 모델)

## Comments



### Comment 28352

- Author: secret3056
- Created: 2024-08-27T12:09:40+09:00
- Points: 1

RMBG 말고는 U2 Net이랑 LaMa를 많이 사용하는것 같습니다...  
  
저는 U2 Net을 사용하는 CLI 도구인 [BackgroundRemover](https://news.hada.io/topic?id=9145)를 사용하고 있는데, 어떤 모델이 더 나은지는 잘 모르겠네요.

### Comment 28355

- Author: secret3056
- Created: 2024-08-27T13:35:59+09:00
- Points: 2
- Parent comment: 28352
- Depth: 1

xenova는 파라미터가 이상한거 같고 Unsplash 이미지[2]를 가지고 링크[1]된 곳에서 테스트했을때는 결과[3]가 좋네요  
  
[1]: https://bannerify.co/tools/remove-bg  
[2]: https://unsplash.com/photos/KRM-2sIbgMI  
[3]: https://ibb.co/pW3q6CG

### Comment 28341

- Author: xguru
- Created: 2024-08-27T10:38:02+09:00
- Points: 2

똑같은 도구의 다른 구현 : https://huggingface.co/spaces/Xenova/remove-background-web  
  
둘다 모델은 이걸 사용합니다. [RMBG v1.4 - 최첨단 배경 제거 모델](https://news.hada.io/topic?id=13276)
