mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add that forward slashes work too
This commit is contained in:
parent
f62bbef9f7
commit
614220576f
@ -168,9 +168,10 @@ the command-line client's `!import_model` command.
|
||||
onto the command-line to insert the model path. This way, you don't need to
|
||||
type it or copy/paste.
|
||||
|
||||
!!! tip "on Windows, you may need to use double backslash in the filename"
|
||||
!!! tip "on Windows, you may need to use double backslash in the filename, or alternatively replace backslashes with forward slashes"
|
||||
|
||||
Example: E:\\_Projects\\Code\\models\\ldm\\stable-diffusion-v1\\new-model-to-add.ckpt
|
||||
Or alternatively: E:/_Projects/Code/Models/ldm/stable-diffusion-v1/new-model-to-add.ckpt
|
||||
|
||||
4. Follow the wizard's instructions to complete installation as shown in the
|
||||
example here:
|
||||
|
Loading…
Reference in New Issue
Block a user