From 730e22487a8dcfa279a2439e8dfbe307acb7d17b Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Fri, 13 Sep 2024 21:19:59 +0900 Subject: [PATCH] Add codecoverage. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd46af2..24daa14 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,16 @@ # Comfy-Cli: A Command Line Tool for ComfyUI + [![Test ComfyUI Example Workflows](https://github.com/Comfy-Org/ComfyUI-Mirror/actions/workflows/test-workflows.yaml/badge.svg)](https://github.com/Comfy-Org/ComfyUI-Mirror/actions/workflows/test-workflows.yaml) [![Test ComfyUI Windows with Default Workflow](https://github.com/Comfy-Org/ComfyUI-Mirror/actions/workflows/test-workflows-windows.yaml/badge.svg)](https://github.com/Comfy-Org/ComfyUI-Mirror/actions/workflows/test-workflows-windows.yaml) +[![codecov](https://codecov.io/github/Comfy-Org/comfy-cli/graph/badge.svg?token=S64WJWD2ZX)](https://codecov.io/github/Comfy-Org/comfy-cli) + comfy-cli is a command line tool that helps users easily install and manage [ComfyUI](https://github.com/comfyanonymous/ComfyUI), a powerful open-source machine learning framework. With comfy-cli, you can quickly set up ComfyUI, install packages, and manage custom nodes, all from the convenience of your terminal. - - ## Demo Comfy Command Demo @@ -150,7 +151,7 @@ comfy node [show|simple-show] [installed|enabled|not-installed|disabled|all|snap #### Bisect custom nodes If you encounter bugs only with custom nodes enabled, and want to find out which custom node(s) causes the bug, - the bisect tool can help you pinpoint the custom node that causes the issue. +the bisect tool can help you pinpoint the custom node that causes the issue. - `comfy node bisect start`: Start a new bisect session with optional ComfyUI launch args. It automatically marks the starting state as bad, and takes all enabled nodes when the command executes as the test set. - `comfy node bisect good`: Mark the current active set as good, indicating the problem is not within the test set. @@ -163,7 +164,7 @@ If you encounter bugs only with custom nodes enabled, and want to find out which `comfy model download --url ?[--relative-path ] ?[--set-civitai-api-token ]` - * URL: CivitAI, huggingface file url, ... + - URL: CivitAI, huggingface file url, ... - Model remove