mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
docs: update FAQ for missing models solution
This will be fairly common in v4 updates. The root cause is models not being added to the `models.yaml` file in v3, so we don't correctly migrate the models to the db. The docs describe how to use `Scan Folder` to restore missing models.
This commit is contained in:
parent
25bbaa73b9
commit
c4a6d3ddc0
@ -18,6 +18,22 @@ Note that any releases marked as _pre-release_ are in a beta state. You may expe
|
|||||||
|
|
||||||
The Model Manager tab in the UI provides a few ways to install models, including using your already-downloaded models. You'll see a popup directing you there on first startup. For more information, see the [model install docs].
|
The Model Manager tab in the UI provides a few ways to install models, including using your already-downloaded models. You'll see a popup directing you there on first startup. For more information, see the [model install docs].
|
||||||
|
|
||||||
|
## Missing models after updating to v4
|
||||||
|
|
||||||
|
If you find some models are missing after updating to v4, it's likely they weren't correctly registered before the update and didn't get picked up in the migration.
|
||||||
|
|
||||||
|
You can use the `Scan Folder` tab in the Model Manager UI to fix this. The models will either be in the old, now-unused `autoimport` folder, or your `models` folder.
|
||||||
|
|
||||||
|
- Find and copy your install's old `autoimport` folder path, install the main install folder.
|
||||||
|
- Go to the Model Manager and click `Scan Folder`.
|
||||||
|
- Paste the path and scan.
|
||||||
|
- IMPORTANT: Uncheck `Inplace install`.
|
||||||
|
- Click `Install All` to install all found models, or just install the models you want.
|
||||||
|
|
||||||
|
Next, find and copy your install's `models` folder path (this could be your custom models folder path, or the `models` folder inside the main install folder).
|
||||||
|
|
||||||
|
Follow the same steps to scan and import the missing models.
|
||||||
|
|
||||||
## Slow generation
|
## Slow generation
|
||||||
|
|
||||||
- Check the [system requirements] to ensure that your system is capable of generating images.
|
- Check the [system requirements] to ensure that your system is capable of generating images.
|
||||||
|
Loading…
Reference in New Issue
Block a user