diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index bc48e6c24..6ba38550f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -1,4 +1,4 @@ -import { defineConfig } from 'vitepress'; +import { defineConfig } from "vitepress"; // https://vitepress.dev/reference/site-config export default defineConfig({ @@ -89,26 +89,25 @@ export default defineConfig({ text: "Installation", items: [ { - text: "Local", items: [ + text: "Local", + items: [ { text: "Windows", link: "/installation/windows" }, { text: "Linux", link: "/installation/linux" }, { text: "WSL", link: "/installation/wsl" }, { text: "Docker", link: "/installation/docker" }, - ] + ], }, { text: "Cloud", - items: [ - { text: "Vast.ai", link: "/installation/vast" }, - ], + items: [{ text: "Vast.ai", link: "/installation/vast" }], }, { text: "Extra", items: [ { text: "Old", link: "/installation/old" }, { text: "xFormers", link: "/installation/xformers" }, - ] - } + ], + }, ], collapsed: false, }, @@ -122,6 +121,7 @@ export default defineConfig({ text: "AITemplate Acceleration", link: "/basics/aitemplate", }, + { text: "Autoload", link: "/basics/autoload" }, ], collapsed: false, }, diff --git a/docs/basics/autoload.md b/docs/basics/autoload.md new file mode 100644 index 000000000..7bf68ce03 --- /dev/null +++ b/docs/basics/autoload.md @@ -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.