Eugene Brodsky
Eugene Brodsky
Not sure if it's still relevant, and I did ask someone in Discord to try it and they never did... But either way, this approach can be reused for the...
this is probably not going to be useful; closing and can reopen if we so decide
> [`huggingface_hub.login(token)`](https://huggingface.co/docs/huggingface_hub/package_reference/login#huggingface_hub.login) could be a more-explicit alternative to resetting `os.environ` inside the script. That is how I initially implemented it, but the behaviour becomes inconsistent between using the officially supported...
Moving the initialization file is proving tricky if we want to maintain backwards compatibility with the current setup, because we want to move it into the runtime dir, but users...
All sounds great to me. I actually might have a viable approach to handling the `.invokeai` config file location in a backwards-compatible manner, but certainly wouldn't want any of this...
I think I was able to wrangle the config file location into a good state; this is now ready for review. @lstein would you like me to tackle the auto-scanning...
I seem to have oddly broken some tests, let me look into that :thinking: Edit: I can't reproduce these test failures locally. On closer look, this might be a transient...
> I started testing and then realized that the default location for the init file has become the InvokeAI repo. That sounds unexpected and not intentional. The logic I was...
I also just noticed that the `configure_invokeai.py`, the initfile comments, and the CI tests all specify the `--root` option, while in `args.py`, `CLI.py` and elsewhere in the app we have...
I moved the init file / root dir changes to another branch and will do a separate PR for it, as it was getting quite messy and needs a larger...