mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs: update 050_INSTALLING_MODELS.md
Fix a couple missing links, add blurb about how to use scan folder to replicate autoimport.
This commit is contained in:
parent
ec1bafdef5
commit
58fd8bb8a5
@ -10,7 +10,7 @@ Today, there are thousands of models, fine tuned to excel at specific styles, ge
|
|||||||
|
|
||||||
!!! tip "Model Formats"
|
!!! tip "Model Formats"
|
||||||
|
|
||||||
We also have two more popular model formats, both created [HuggingFace]:
|
We also have two more popular model formats, both created [HuggingFace](https://huggingface.co/):
|
||||||
|
|
||||||
- `safetensors`: Single file, like `.ckpt` files. Prevents malware from lurking in a model.
|
- `safetensors`: Single file, like `.ckpt` files. Prevents malware from lurking in a model.
|
||||||
- `diffusers`: Splits the model components into separate files, allowing very fast loading.
|
- `diffusers`: Splits the model components into separate files, allowing very fast loading.
|
||||||
@ -19,7 +19,7 @@ Today, there are thousands of models, fine tuned to excel at specific styles, ge
|
|||||||
|
|
||||||
## Starter Models
|
## Starter Models
|
||||||
|
|
||||||
When you first start InvokeAI, you'll see a popup prompting you to install some starter models from the Model Manager.
|
When you first start InvokeAI, you'll see a popup prompting you to install some starter models from the Model Manager. Click the `Starter Models` tab to see the list.
|
||||||
|
|
||||||
You'll find a collection of popular and high-quality models available for easy download.
|
You'll find a collection of popular and high-quality models available for easy download.
|
||||||
|
|
||||||
@ -27,12 +27,15 @@ Some models carry license terms that limit their use in commercial applications
|
|||||||
|
|
||||||
## Other Models
|
## Other Models
|
||||||
|
|
||||||
You can install other models using the Model Manager. Supported install sources include:
|
You can install other models using the Model Manager. You'll find tabs for the following install methods:
|
||||||
|
|
||||||
- Local path: The file path to the model on your computer.
|
- **URL or Local Path**: Provide the path to a model on your computer, or a direct link to the model. Some sites require you to use an API token to download models, which you can [set up in the config file].
|
||||||
- URL: A link directly to the model, typically to a model marketplace. Some sites require you to use an API token to download models, which you can [set up in the config file].
|
- **HuggingFace**: Paste a HF Repo ID to install it. If there are multiple models in the repo, you'll get a list to choose from. Repo IDs look like this: `XpucT/Deliberate`. There is a copy button on each repo to copy the ID.
|
||||||
- `HuggingFace` repo ID: This points to a HF model. Repo IDs look like this: `XpucT/Deliberate`.
|
- **Scan Folder**: Scan a local folder for models. You can install all of the detected models in one click.
|
||||||
- Folder: Scan a local folder for models. You can install all of the detected models in one click.
|
|
||||||
|
!!! tip "Autoimport"
|
||||||
|
|
||||||
|
The dedicated autoimport folder is removed as of v4.0.0. You can do the same thing on the **Scan Folder** tab - paste the folder you'd like to import from and then click `Install All`.
|
||||||
|
|
||||||
### Diffusers models in HF repo subfolders
|
### Diffusers models in HF repo subfolders
|
||||||
|
|
||||||
@ -45,3 +48,5 @@ In this situation, you may need to provide some additional information to identi
|
|||||||
Say you have a repo ID `monster-labs/control_v1p_sd15_qrcode_monster`, and the model you want is inside the `v2` subfolder.
|
Say you have a repo ID `monster-labs/control_v1p_sd15_qrcode_monster`, and the model you want is inside the `v2` subfolder.
|
||||||
|
|
||||||
Add `:v2` to the repo ID and use that when installing the model: `monster-labs/control_v1p_sd15_qrcode_monster:v2`
|
Add `:v2` to the repo ID and use that when installing the model: `monster-labs/control_v1p_sd15_qrcode_monster:v2`
|
||||||
|
|
||||||
|
[set up in the config file]: ../../features/CONFIGURATION#model-marketplace-api-keys
|
||||||
|
Loading…
Reference in New Issue
Block a user