Comfy-Org / comfy-cli

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

Integration tests for model/custom-nodes commands #138

Closed james03160927 closed 4 months ago

james03160927 commented 4 months ago

Bug Fix: comfy node show all command was not showing anything with the latest change. print(result.stdout) -> this is necessary to make sure we see the prints on stdout.

Other changes should be related to integration tests.