InvokeAI/scripts
Eugene Brodsky f41da11d66
Relax Huggingface login requirement during setup (#2046)
* (config) handle huggingface token more gracefully

* (docs) document HuggingFace token requirement for Concepts

* (cli) deprecate the --(no)-interactive CLI flag

It was previously only used to skip the SD weights download, and therefore
the prompt for Huggingface token (the "interactive" part).

Now that we don't need a Huggingface token
to download the SD weights at all, we can replace this flag with
"--skip-sd-weights", to clearly describe its purpose

The `--(no)-interactive` flag still functions the same, but shows a deprecation message

* (cli) fix emergency_model_reconfigure argument parsing

* (config) fix installation issues on systems with non-UTF8 locale

Co-authored-by: Matthias Wild <40327258+mauwii@users.noreply.github.com>
2022-12-18 10:44:50 +01:00
..
orig_scripts rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
configure_invokeai.py Relax Huggingface login requirement during setup (#2046) 2022-12-18 10:44:50 +01:00
dream.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
images2prompt.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00
invoke.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
legacy_api.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
load_models.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
merge_embeddings.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
preload_models.py Merge dev into main for 2.2.0 (#1642) 2022-11-30 16:12:23 -05:00
sd-metadata.py rename all modules from ldm.dream to ldm.invoke 2022-10-08 11:37:23 -04:00