@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user