Comfy-Org / comfy-cli

Command Line Interface for Managing ComfyUI
https://docs.comfy.org/comfy-cli/getting-started
GNU General Public License v3.0
291 stars 47 forks source link

Using `comfy node init` with a LICENSE file creates an unusable pyproject.toml for Registry backend #143

Closed teward closed 3 months ago

teward commented 4 months ago

Describe the bug When using comfy node init in order to prepare a node for uploading to the registry, the system attempts to refer to the LICENSE file.

Unfortunately, the Comfy Registry backend hard-fails on this with a 400 Bad Request.

To Reproduce Steps to reproduce the behavior

Expected behavior A clear and concise description of what you expected to happen.

The Comfy-CLI node init would KNOW this is not valid and not generate that line in this way that would cause a failure.

robinjhuang commented 3 months ago

I believe this is resolved now.