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: