From 3595beac1e1453154787d5d56eefab0d9eafe064 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 26 Apr 2024 07:30:45 +1000 Subject: [PATCH] docs: remove references to config script in CONFIGURATION.md --- docs/features/CONFIGURATION.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/features/CONFIGURATION.md b/docs/features/CONFIGURATION.md index 41f7a3ced3..d6bfe44901 100644 --- a/docs/features/CONFIGURATION.md +++ b/docs/features/CONFIGURATION.md @@ -51,13 +51,11 @@ The settings in this file will override the defaults. You only need to change this file if the default for a particular setting doesn't work for you. +You'll find an example file next to `invokeai.yaml` that shows the default values. + Some settings, like [Model Marketplace API Keys], require the YAML to be formatted correctly. Here is a [basic guide to YAML files]. -You can fix a broken `invokeai.yaml` by deleting it and running the -configuration script again -- option [6] in the launcher, "Re-run the -configure script". - #### Custom Config File Location You can use any config file with the `--config` CLI arg. Pass in the path to the `invokeai.yaml` file you want to use.