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

https://github.com/xhiroga/comfyui-typescript-customnode

This is a template for developing ComfyUI custom nodes in TypeScript with type support.
https://github.com/xhiroga/comfyui-typescript-customnode

comfyui comfyui-custom-node

Last synced: 2 months ago
JSON representation

This is a template for developing ComfyUI custom nodes in TypeScript with type support.

Awesome Lists containing this project

README

          

# ComfyUI TypeScript CustomNode (Template)

This is a template for developing ComfyUI custom nodes in TypeScript with type support.

## Usage

1. create a repository based on this template
2. Set the project name in `pyproject.toml`
3. Build Custom Node
4. Install Custom Node in ComfyUI

### Commands

```shell
make install
make dev
```