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

https://github.com/Yuan-ManX/ComfyUI-Cobra

Make Cobra avialbe in ComfyUI.
https://github.com/Yuan-ManX/ComfyUI-Cobra

Last synced: 2 months ago
JSON representation

Make Cobra avialbe in ComfyUI.

Awesome Lists containing this project

README

        

# ComfyUI-Cobra

Make Cobra avialbe in ComfyUI.

[Cobra](https://github.com/zhuang2002/Cobra): Efficient Line Art COlorization with BRoAder References.

## Installation

1. Make sure you have ComfyUI installed

2. Clone this repository into your ComfyUI's custom_nodes directory:
```
cd ComfyUI/custom_nodes
git clone https://github.com/Yuan-ManX/ComfyUI-Cobra.git
```

3. Install dependencies:
```
cd ComfyUI-Cobra
pip install -r requirements.txt
```