Update README

Signed-off-by: Daniel Henry <iamdanhenry@gmail.com>
This commit is contained in:
2026-01-30 18:59:38 -06:00
parent 3ffacf0a12
commit 139b299070

View File

@@ -6,10 +6,12 @@ Download models from Hugging Face and Civitai into ComfyUI model folders. Use on
```bash ```bash
git clone <repo-url> git clone <repo-url>
cd model_downloader cd model-downloader
python -m venv venv python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt pip install -r requirements.txt
rm config.example.yaml
touch config.yaml
``` ```
Copy the example config and edit it: Copy the example config and edit it: