preload_models.py script downloads the weight files

- user can select which weight files to download using huggingface cache
- user must log in to huggingface, generate an access token, and accept
  license terms the very first time this is run. After that, everything
  works automatically.
- added placeholder for docs for installing models
- also got rid of unused config files. hopefully they weren't needed
  for textual inversion, but I don't think so.
This commit is contained in:
Lincoln Stein
2022-10-29 01:02:45 -04:00
parent 104466f5c0
commit ef68a419f1
37 changed files with 286 additions and 2115 deletions

View File

@ -0,0 +1,9 @@
---
title: Installing Models
---
# :octicons-paintbrush-16: Installing Models
## TO COME