You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation/050_INSTALLING_MODELS.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ unofficial Stable Diffusion models and where they can be obtained.
56
56
57
57
There are three ways to install weights files:
58
58
59
-
1. During InvokeAI installation, the `configure_invokeai.py` script can download
59
+
1. During InvokeAI installation, the `invokeai-configure` script can download
60
60
them for you.
61
61
62
62
2. You can use the command-line interface (CLI) to import, configure and modify
@@ -65,13 +65,13 @@ There are three ways to install weights files:
65
65
3. You can download the files manually and add the appropriate entries to
66
66
`models.yaml`.
67
67
68
-
### Installation via `configure_invokeai.py`
68
+
### Installation via `invokeai-configure`
69
69
70
-
This is the most automatic way. Run `scripts/configure_invokeai.py` from the
70
+
This is the most automatic way. Run `invokeai-configure` from the
71
71
console. It will ask you to select which models to download and lead you through
72
72
the steps of setting up a Hugging Face account if you haven't done so already.
73
73
74
-
To start, run `python scripts/configure_invokeai.py` from within the InvokeAI:
74
+
To start, run `invokeai-configure` from within the InvokeAI:
75
75
directory
76
76
77
77
!!! example ""
@@ -244,7 +244,7 @@ arabian-nights-1.0:
244
244
| arabian-nights-1.0 | This is the name of the model that you will refer to from within the CLI and the WebGUI when you need to load and use the model. |
245
245
| description | Any description that you want to add to the model to remind you what it is. |
246
246
| weights | Relative path to the .ckpt weights file for this model. |
247
-
| config | This is the confusingly-named configuration file for the model itself. Use `./configs/stable-diffusion/v1-inference.yaml` unless the model happens to need a custom configuration, in which case the place you downloaded it from will tell you what to use instead. For example, the runwayML custom inpainting model requires the file `configs/stable-diffusion/v1-inpainting-inference.yaml`. This is already inclued in the InvokeAI distribution and is configured automatically for you by the `configure_invokeai.py` script. |
247
+
| config | This is the confusingly-named configuration file for the model itself. Use `./configs/stable-diffusion/v1-inference.yaml` unless the model happens to need a custom configuration, in which case the place you downloaded it from will tell you what to use instead. For example, the runwayML custom inpainting model requires the file `configs/stable-diffusion/v1-inpainting-inference.yaml`. This is already inclued in the InvokeAI distribution and is configured automatically for you by the `invokeai-configure` script. |
248
248
| vae | If you want to add a VAE file to the model, then enter its path here. |
249
249
| width, height | This is the width and height of the images used to train the model. Currently they are always 512 and 512. |
0 commit comments