InvokeAI/invokeai/app/services/download
psychedelicious 576bb4a61d feat(mm): support generic API tokens via regex/token pairs in config
A list of regex and token pairs is accepted. As a file is downloaded by the model installer, the URL is tested against the provided regex/token pairs. The token for the first matching regex is used during download, added as a bearer token.
2024-03-08 13:59:59 +11:00
..
__init__.py chore: ruff 2024-03-01 10:42:33 +11:00
download_base.py add a JIT download_and_cache() call to the model installer 2024-03-01 10:42:33 +11:00
download_default.py feat(mm): support generic API tokens via regex/token pairs in config 2024-03-08 13:59:59 +11:00