From 83bc0efabea415a62c742dd0112198a4e6ce40de Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Mon, 30 Dec 2024 11:22:00 -0800 Subject: [PATCH] Add comfy_types to README as well. --- {{cookiecutter.project_slug}}/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 7d96b6f..6ff6577 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -2,6 +2,8 @@ ## {{cookiecutter.project_short_description}} +Get started writing custom nodes without worrying about python project setup. + ## Install [Install](https://docs.comfy.org/get_started) ComfyUI first. Then look up this extension in [ComfyUI-Manager](https://github.com/ltdrdata/ComfyUI-Manager). If you are installing manually, clone this repository under `ComfyUI/custom_nodes`. @@ -31,6 +33,9 @@ git commit -m "project scaffolding" git push ``` +## comfy_types +ComfyUI exposes types that are very helpful when developing custom nodes. + ## Publishing to Registry If you wish to share this custom node with others in the community, you can publish it to the registry. We've already auto-populated some fields in `pyproject.toml` under `tool.comfy`, but please double-check if they are correct.