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.
- Host: GitHub
- URL: https://github.com/xhiroga/comfyui-typescript-customnode
- Owner: xhiroga
- Created: 2025-02-14T06:12:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T10:24:54.000Z (over 1 year ago)
- Last Synced: 2025-02-14T11:31:05.657Z (over 1 year ago)
- Topics: comfyui, comfyui-custom-node
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```