diff --git a/docs/installation/050_INSTALLING_MODELS.md b/docs/installation/050_INSTALLING_MODELS.md index d1c0cfacca..d455d2146f 100644 --- a/docs/installation/050_INSTALLING_MODELS.md +++ b/docs/installation/050_INSTALLING_MODELS.md @@ -171,3 +171,16 @@ subfolders and organize them as you wish. The location of the autoimport directories are controlled by settings in `invokeai.yaml`. See [Configuration](../features/CONFIGURATION.md). + +### Installing models that live in HuggingFace subfolders + +On rare occasions you may need to install a diffusers-style model that +lives in a subfolder of a HuggingFace repo id. In this event, simply +add ":_subfolder-name_" to the end of the repo id. For example, if the +repo id is "monster-labs/control_v1p_sd15_qrcode_monster" and the model +you wish to fetch lives in a subfolder named "v2", then the repo id to +pass to the various model installers should be + +``` +monster-labs/control_v1p_sd15_qrcode_monster:v2 +```