This commit is contained in:
Tomas M. 2025-06-05 12:00:36 -03:00 committed by GitHub
commit 235302a807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -325,6 +325,18 @@ https://github.com/oobabooga/text-generation-webui/wiki
## Downloading models
### Pointing to an existing AI model library
Edit the file `text-generation-webui\user_data\CMD_FLAGS.txt` to include this line:
```
--model-dir 'D:\MyAIModels\'
```
Replace `D:\MyAIModels\` with the path to your model library folder. Sub-folders will be automatically parsed to enumerate all existing models.
### Manual model download
Models should be placed in the folder `text-generation-webui/user_data/models`. They are usually downloaded from [Hugging Face](https://huggingface.co/models?pipeline_tag=text-generation&sort=downloads).
* GGUF models are a single file and should be placed directly into `user_data/models`. Example: