We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21a893 commit a23c0e8Copy full SHA for a23c0e8
comfy_cli/command/custom_nodes/command.py
@@ -953,7 +953,7 @@ def scaffold_cookiecutter():
953
954
try:
955
cookiecutter.main.cookiecutter(
956
- "https://github.com/Comfy-Org/cookiecutter-comfy-extension.git",
+ "gh:comfy-org/cookiecutter-comfy-extension",
957
overwrite_if_exists=True,
958
)
959
console.print("[bold green]✓ Custom node project created successfully![/bold green]")
0 commit comments