https://github.com/kwaroran/abg-comfyui
A Anime Background Remover node for comfyui
https://github.com/kwaroran/abg-comfyui
comfyui comfyui-nodes stable-diffusion
Last synced: 2 months ago
JSON representation
A Anime Background Remover node for comfyui
- Host: GitHub
- URL: https://github.com/kwaroran/abg-comfyui
- Owner: kwaroran
- Created: 2023-07-31T02:12:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:19:51.000Z (about 1 year ago)
- Last Synced: 2025-03-29T02:12:10.505Z (3 months ago)
- Topics: comfyui, comfyui-nodes, stable-diffusion
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 25
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **abg-comfyui**
README
# abg-comfyui
A Anime Background Remover node for comfyui, based on [this hf space](https://huggingface.co/spaces/skytnt/anime-remove-background), works same as [ABG extention in automatic1111](https://github.com/KutsuyaYuki/ABG_extension/tree/main)# Installation
1. git clone this repo to the custom_nodes directory
```
git clone https://github.com/Jcd1230/rembg-comfyui-node.git
```2. Download dependencys on requirements.txt on comfyui
```
pip install -r requirements.txt
```
# Usage
Create a "Remove Image Background (ABG)" node, and connect the image to input, and it would remove the image's background.