An open API service indexing awesome lists of open source software.

https://github.com/nicehero/comfyui-SegGPT

comfyui SegGPT plugin
https://github.com/nicehero/comfyui-SegGPT

Last synced: 4 months ago
JSON representation

comfyui SegGPT plugin

Awesome Lists containing this project

README

        

### Installation
to your custom_nodes path
```
git clone https://github.com/nicehero/comfyui-SegGPT
cd comfyui-SegGPT
wget https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth #download this url model in it
pip install -r requirements.txt
```
### Usage