-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1f75e7c
commit 82449fd
Showing
2 changed files
with
31 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Autoload | ||
|
||
Volta can be configured to automatically load a model (or even multiple models at once), Textual Inversion or even a custom VAE for a specific model. | ||
|
||
::: tip | ||
To see autoload in action, save the settings and restart Volta. You should see the model loading automatically. | ||
::: | ||
|
||
## How to use | ||
|
||
Navigate to `Settings > API > Autoload` and select a model that you would like to load at the startup. Feel free to select multiple models at once if you have enough GPU memory / Offload enabled. | ||
|
||
::: warning | ||
To save settings, click either on the `Save settings` button or navigate to other tab. Notification will appear if the settings were saved successfully. | ||
::: | ||
|
||
## Autoloading Textual Inversion | ||
|
||
Autoloading Textual inversion will apply to all models. You can check the status in the Model Loader. | ||
|
||
## Autoloading custom VAE | ||
|
||
Custom VAEs are loaded depending on the model and should be applied automatically. You can check this behavior in the Model Loader. |