matan1905 / comfydevkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ComfyDevKit

This is a development kit for ComfyUI. it helps you getting started with ComfyUI plugin development and provides you with a set of quality of life tools.

Installation

Go to custom_nodes folder of your ComfyUI installation and run:

git clone https://github.com/matan1905/comfydevkit.git

Features

  • Frontend: A React frontend with tailwindcss
  • Backend: A simple way to send requests from the frontend to python.
  • Reload nodes: A way to reload the nodes without restarting the server.

Developing

First, you need to install the dependencies:

yarn install

Then you can start the frontend development server:

yarn start

Contributing

If you want to contribute to this project, you can open a pull request or an issue.

About


Languages

Language:Python 53.0%Language:TypeScript 38.4%Language:JavaScript 7.2%Language:CSS 1.4%