Skip to content

Commit

Permalink
Remove comfyui in node name.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Dec 29, 2024
1 parent 279c95c commit 828d4aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"full_name": "Max Klein",
"email": "you@example.com",
"github_username": "telamonian",
"project_name": "comfyui-extension-example",
"full_name": "",
"email": "you@gmail.com",
"github_username": "your_github_username",
"project_name": "{{ custom-node-name.replace('comfyui-', '').replace('comfy-', '') }}",
"project_slug": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
"project_short_description": "A collection of custom nodes for ComfyUI",
"version": "0.0.1",
Expand Down

0 comments on commit 828d4aa

Please sign in to comment.