mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix broken civitai example link
This commit is contained in:
committed by
psychedelicious
parent
eb6c317f04
commit
d162b78767
@ -124,7 +124,7 @@ installation. Examples:
|
|||||||
invokeai-model-install --list controlnet
|
invokeai-model-install --list controlnet
|
||||||
|
|
||||||
# (install the model at the indicated URL)
|
# (install the model at the indicated URL)
|
||||||
invokeai-model-install --add http://civitai.com/2860
|
invokeai-model-install --add https://civitai.com/api/download/models/128713
|
||||||
|
|
||||||
# (delete the named model)
|
# (delete the named model)
|
||||||
invokeai-model-install --delete sd-1/main/analog-diffusion
|
invokeai-model-install --delete sd-1/main/analog-diffusion
|
||||||
@ -170,4 +170,4 @@ elsewhere on disk and they will be autoimported. You can also create
|
|||||||
subfolders and organize them as you wish.
|
subfolders and organize them as you wish.
|
||||||
|
|
||||||
The location of the autoimport directories are controlled by settings
|
The location of the autoimport directories are controlled by settings
|
||||||
in `invokeai.yaml`. See [Configuration](../features/CONFIGURATION.md).
|
in `invokeai.yaml`. See [Configuration](../features/CONFIGURATION.md).
|
||||||
|
Reference in New Issue
Block a user