mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge branch 'lstein/model-manager-refactor' of github.com:invoke-ai/InvokeAI into lstein/model-manager-refactor
This commit is contained in:
@ -160,7 +160,7 @@ in a subfolder of the repository (e.g. vae), then append the subfolder
|
|||||||
to the end of the repo_id like this:
|
to the end of the repo_id like this:
|
||||||
|
|
||||||
```
|
```
|
||||||
# a VAE model located in subfolder "vae"a
|
# a VAE model located in subfolder "vae"
|
||||||
stabilityai/stable-diffusion-xl-base-1.0:vae
|
stabilityai/stable-diffusion-xl-base-1.0:vae
|
||||||
|
|
||||||
# version 2 of the model located in subfolder "v2"
|
# version 2 of the model located in subfolder "v2"
|
||||||
|
@ -99,7 +99,7 @@ class ModelConvert(ModelConvertBase):
|
|||||||
"""
|
"""
|
||||||
Convert a checkpoint file into a diffusers folder.
|
Convert a checkpoint file into a diffusers folder.
|
||||||
|
|
||||||
It will delete the cached version ans well as the
|
It will delete the cached version as well as the
|
||||||
original checkpoint file if it is in the models directory.
|
original checkpoint file if it is in the models directory.
|
||||||
:param key: Unique key of model.
|
:param key: Unique key of model.
|
||||||
:dest_directory: Optional place to put converted file. If not specified,
|
:dest_directory: Optional place to put converted file. If not specified,
|
||||||
|
Reference in New Issue
Block a user