@@ -6,10 +6,12 @@ Download models from Hugging Face and Civitai into ComfyUI model folders. Use on
|
||||
|
||||
```bash
|
||||
git clone <repo-url>
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user