fully functional and ready for review

- quashed multiple bugs in model conversion and importing
- found old issue in handling of resume of interrupted downloads
- will require extensive testing
This commit is contained in:
Lincoln Stein
2023-02-16 03:22:25 -05:00
parent 07be605dcb
commit b1341bc611
7 changed files with 91 additions and 50 deletions

View File

@ -31,10 +31,8 @@ from transformers import (
)
import invokeai.configs as configs
from ldm.invoke.config.model_install import (
download_from_hf,
select_and_download_models,
)
from ldm.invoke.config.model_install_backend import download_from_hf
from ldm.invoke.config.model_install import select_and_download_models
from ldm.invoke.globals import Globals, global_config_dir
from ldm.invoke.readline import generic_completer