Comfy-Org / comfy-cli

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

In toml file, ICON example value should be a URL, but currently it's a PATH #90

Open haohaocreates opened 1 month ago

haohaocreates commented 1 month ago

Toml file's example icon value makes it seem like it takes in PATH's , but we actually take in URL's

image

Instead, the example path should probably look something like: https://mintlify.s3-us-west-1.amazonaws.com/dripart/images/icon.png

Otherwise, other authors who try to upload icons will also try to upload PATHS. This issue was flagged by @receyuki