mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-04-03 23:41:37 +08:00
Update docs/contributing/dev-environment.md
Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
This commit is contained in:
parent
6375214878
commit
ade3c015b4
@ -24,7 +24,10 @@ If you just want to use Invoke, you should use the [launcher][launcher link].
|
||||
```shell
|
||||
git config lfs.fetchinclude "*"
|
||||
```
|
||||
|
||||
- Fetch files from LFS (only needs to be done once; subsequent `git pull` will fetch changes automatically):
|
||||
```
|
||||
git lfs pull
|
||||
```
|
||||
4. Create an directory for user data (images, models, db, etc). This is typically at `~/invokeai`, but if you already have a non-dev install, you may want to create a separate directory for the dev install.
|
||||
|
||||
5. Follow the [manual install][manual install link] guide, with some modifications to the install command:
|
||||
|
Loading…
x
Reference in New Issue
Block a user