{"id":25208074,"url":"https://github.com/comfy-org/cookiecutter-comfy-extension","last_synced_at":"2025-10-25T03:33:02.565Z","repository":{"id":243282215,"uuid":"812002512","full_name":"Comfy-Org/cookiecutter-comfy-extension","owner":"Comfy-Org","description":"A cookiecutter template for writing a ComfyUI custom node extension","archived":false,"fork":false,"pushed_at":"2025-06-08T02:34:16.000Z","size":123,"stargazers_count":24,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-08T03:42:09.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Comfy-Org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-07T18:39:43.000Z","updated_at":"2025-06-08T02:34:22.000Z","dependencies_parsed_at":"2024-12-28T21:17:16.312Z","dependency_job_id":"a8d7270d-0230-49fc-b00e-82f1726bae6c","html_url":"https://github.com/Comfy-Org/cookiecutter-comfy-extension","commit_stats":null,"previous_names":["comfy-org/cookiecutter-comfy-extension"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Comfy-Org/cookiecutter-comfy-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fcookiecutter-comfy-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fcookiecutter-comfy-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fcookiecutter-comfy-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fcookiecutter-comfy-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Comfy-Org","download_url":"https://codeload.github.com/Comfy-Org/cookiecutter-comfy-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Comfy-Org%2Fcookiecutter-comfy-extension/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266076350,"owners_count":23872741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-10T12:18:37.944Z","updated_at":"2025-10-25T03:32:57.533Z","avatar_url":"https://github.com/Comfy-Org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-comfy-extension\n\n## Get started writing custom nodes in one step without setting up a ton of Python project config.\n\nAn opinionated way to develop ComfyUI custom nodes. Uses cookiecutter to scaffold a python project.\n\nThis template helps you\n\n## Usage\n\n- First install `cookiecutter`:\n\n  ```bash\n  # pipx is strongly recommended\n  pipx install cookiecutter\n\n  # if pipx is not an option, you can install cookiecutter in your Python user directory.\n  python -m pip install --user cookiecutter\n  ```\n\n- Run `cookiecutter` with this template:\n\n  ```bash\n  # if you installed cookiecutter with pipx\n  pipx run cookiecutter gh:comfy-org/cookiecutter-comfy-extension\n\n  # if you installed cookiecutter with pip\n  cookiecutter gh:comfy-org/cookiecutter-comfy-extension\n\n  # initialize git repo in your new project\n  cd \u003cyour-project-name\u003e\n  git init\n  ```\n- Run `cookiecutter` with this as local template:\n  ```bash\n  git clone https://github.com/Comfy-Org/cookiecutter-comfy-extension\n  cd cookiecutter-comfy-extension\n  git submodule update --init --recursive\n  cookiecutter .\n  ```\n\n## Features\n\nThe resulting ComfyUI node extension project will automatically come with a few neat features:\n\n- Support for Ruff linter and various recommended rules\n- A pre-commit hook for the Ruff linter\n- An optional `web` directory if your extension will include custom javascript\n  - If selected, `web` will also be added to the project's `MANIFEST.in` to ensure that any non-python code in `web` will also be correctly installed\n- Testing via PyTest (check the `tests/` directory)\n- A Github Action that will automatically run any unit tests as part of Pull Requests made against your project\n- A Github Action to diff your changes for backwards incompatible changes: (node-diff)[https://github.com/Comfy-Org/node-diff]\n- A Github Action to publish to the Comfy Registry\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfy-org%2Fcookiecutter-comfy-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomfy-org%2Fcookiecutter-comfy-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomfy-org%2Fcookiecutter-comfy-extension/lists"}