From 139b299070d06dfb7ed83db00fa38e2a1491298f Mon Sep 17 00:00:00 2001 From: Daniel Henry Date: Fri, 30 Jan 2026 18:59:38 -0600 Subject: [PATCH] Update README Signed-off-by: Daniel Henry --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2213b49..91ad38e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ Download models from Hugging Face and Civitai into ComfyUI model folders. Use on ```bash git clone -cd model_downloader +cd model-downloader python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate pip install -r requirements.txt +rm config.example.yaml +touch config.yaml ``` Copy the example config and edit it: