mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
additional tweaks to controlnet documentation
This commit is contained in:
parent
72c19987d5
commit
b9b89ad210
@ -35,26 +35,29 @@ specific result.
|
|||||||
InvokeAI provides access to a series of ControlNet models that provide
|
InvokeAI provides access to a series of ControlNet models that provide
|
||||||
different effects or styles in your generated images. Currently
|
different effects or styles in your generated images. Currently
|
||||||
InvokeAI only supports "diffuser" style ControlNet models. These are
|
InvokeAI only supports "diffuser" style ControlNet models. These are
|
||||||
directories that contain the files `config.json` and either
|
folders that contain the files `config.json` and/or
|
||||||
`diffusion_pytorch_model.safetensors` or
|
`diffusion_pytorch_model.safetensors` and
|
||||||
`diffusion_pytorch_model.fp16.safetensors`. The name of the directory
|
`diffusion_pytorch_model.fp16.safetensors`. The name of the folder is
|
||||||
is the same as the name of the model. ***We do not support
|
the name of the model.
|
||||||
checkpoint-format ControlNets, which come in a single file with the
|
|
||||||
|
***InvokeAI does not currently support checkpoint-format
|
||||||
|
ControlNets. These come in the form of a single file with the
|
||||||
extension `.safetensors`.***
|
extension `.safetensors`.***
|
||||||
|
|
||||||
Diffuser-style ControlNet models are available at HuggingFace
|
Diffuser-style ControlNet models are available at HuggingFace
|
||||||
(http://huggingface.co) and accessed via their repo IDs (identifiers
|
(http://huggingface.co) and accessed via their repo IDs (identifiers
|
||||||
in the format "author/modelname"). The easiest way to install them is
|
in the format "author/modelname"). The easiest way to install them is
|
||||||
to use the InvokeAI model installer application. If you use the
|
to use the InvokeAI model installer application. Use the
|
||||||
`invoke.sh`/`invoke.bat` launcher, select item [5] and navigate to the
|
`invoke.sh`/`invoke.bat` launcher to select item [5] and then navigate
|
||||||
CONTROLNETS section. From the command line, the model installer can be
|
to the CONTROLNETS section. Select the models you wish to install and
|
||||||
started with `invokeai-model-install`.
|
press "APPLY CHANGES". You may also enter additional HuggingFace
|
||||||
|
repo_ids in the "Additional models" textbox:
|
||||||
|
|
||||||
You can select as many ControlNet models from the checkbox list as you
|
![Model Installer -
|
||||||
like, or enter additional HuggingFace repo_ids in the "Additional
|
Controlnetl](../assets/installing-models/model-installer-controlnet.png){:width="640px"}
|
||||||
models" textbox:
|
|
||||||
|
|
||||||
![Model Installer - Controlnetl](../assets/installing-models/model-installer-controlnet.png){:width="640px"}
|
Command-line users can launch the model installer using the command
|
||||||
|
`invokeai-model-install`.
|
||||||
|
|
||||||
_Be aware that some ControlNet models require additional code
|
_Be aware that some ControlNet models require additional code
|
||||||
functionality in order to work properly, so just installing a
|
functionality in order to work properly, so just installing a
|
||||||
|
Loading…
Reference in New Issue
Block a user