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.
- Host: GitHub
- URL: https://github.com/Yuan-ManX/ComfyUI-Cobra
- Owner: Yuan-ManX
- License: mit
- Created: 2025-04-17T09:50:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-17T09:57:54.000Z (2 months ago)
- Last Synced: 2025-04-18T00:33:34.971Z (2 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-Cobra**
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
```