Lincoln Stein
2dae5eb7ad
more refactoring; HF subfolders not working
2024-05-16 22:26:18 -04:00
Kent Keirsey
ab87511a03
Update INSTALLATION.md
2024-05-03 17:31:50 +10:00
Kent Keirsey
af868b0ea6
Update 010_INSTALL_AUTOMATED.md
2024-05-03 17:31:50 +10:00
Kent Keirsey
960eae8255
Update TRAINING.md
2024-05-03 17:30:42 +10:00
psychedelicious
3595beac1e
docs: remove references to config script in CONFIGURATION.md
2024-04-25 17:49:32 -04:00
sarashinai
fbfa29c2ef
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
9ee7b951eb
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
29dd1bb35b
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
68d8a2497e
Update GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
4b171fa696
Creation of GALLERY.md and related images
...
First draft of the walkthrough of the Gallery right-hand panel
2024-04-14 16:46:31 +10:00
sarashinai
d0beb45431
Create GALLERY.md
2024-04-14 16:46:31 +10:00
sarashinai
e724781a80
Update WEB.md
...
Correct stated location of Gallery panel.
2024-04-14 16:46:31 +10:00
psychedelicious
636ece323f
Update INSTALL_DEVELOPMENT.md
2024-04-14 15:24:00 +10:00
Ryan Dick
54327ec4a7
Remove documentation references to prompt-to-prompt cross-attention control.
2024-04-09 10:57:02 -04:00
psychedelicious
a95756f3ed
docs: update FAQ.md (shared GPU memory)
2024-04-06 14:35:36 +11:00
psychedelicious
38718d8c65
docs: update 020_INSTALL_MANUAL.md, remove conda section
2024-04-04 11:28:09 +11:00
psychedelicious
98ab387e2b
docs: update 020_INSTALL_MANUAL.md
...
Redo the install the package section. It was inaccurate with respect to extra index URLs.
2024-04-04 10:54:23 +11:00
psychedelicious
a0ae2f37d7
docs: update 020_INSTALL_MANUAL.md
...
Tidy verbiage around the invokeai root and how it is determined
2024-04-04 10:54:23 +11:00
psychedelicious
f887e030bb
docs: update 010_INSTALL_AUTOMATED.md
...
Remove reference to the autodetect GPU device option.
2024-04-04 08:43:17 +11:00
psychedelicious
c4a6d3ddc0
docs: update FAQ for missing models solution
...
This will be fairly common in v4 updates. The root cause is models not being added to the `models.yaml` file in v3, so we don't correctly migrate the models to the db.
The docs describe how to use `Scan Folder` to restore missing models.
2024-04-04 07:58:11 +11:00
psychedelicious
50951439bd
docs: fix broken link
2024-04-03 17:36:15 +11:00
psychedelicious
250def76de
docs: update RELEASE.md troubleshooting info
...
Add some notes for troubleshooting the release workflow
2024-03-28 07:58:01 -04:00
psychedelicious
b2fb108414
docs: update RELEASE.md publish GH release section
...
Clarify steps & mention the `get_external_contributions.py` script
2024-03-28 07:58:01 -04:00
psychedelicious
383f8908be
docs: update RELEASE.md sanity check section
...
Add instructions for testing the installer w/ wheel
2024-03-28 07:58:01 -04:00
psychedelicious
58fd8bb8a5
docs: update 050_INSTALLING_MODELS.md
...
Fix a couple missing links, add blurb about how to use scan folder to replicate autoimport.
2024-03-28 12:35:41 +11:00
psychedelicious
ec1bafdef5
docs: update INSTALL_DEVELOPMENT.md
...
- Add blurb about `scan_models_on_startup`
- Add blurb about editable install
2024-03-28 12:35:41 +11:00
psychedelicious
49a647ad00
docs: remove most references to autoimport
...
There's still a few references in `WEB.md` but this doc is very outdated and needs to be totally redone. It's hard to just remove the references without redoing a lot more.
Will need to follow up revising this doc.
2024-03-28 12:35:41 +11:00
psychedelicious
e46c22e41a
docs: add HF token blurb to FAQ
2024-03-27 18:59:55 +05:30
psychedelicious
237ac58dae
docs: merge INSTALL_TROUBLESHOOTING into FAQ
...
These two docs had overlap and were kinda the same thing.
2024-03-27 18:59:55 +05:30
psychedelicious
4f2892d231
docs: remove handful of deprecated docs
2024-03-27 08:06:34 -04:00
psychedelicious
9b9b7a7071
docs: add warning about speed to malloc docs
2024-03-27 08:45:54 +11:00
psychedelicious
6ce82a41d5
docs: update docs for malloc change
2024-03-27 08:45:54 +11:00
psychedelicious
dd941f7a62
docs: fix indentation issue in INSTALL_TROUBLESHOOTING.md
2024-03-27 08:45:54 +11:00
psychedelicious
3aad6f975b
docs: restore mention of WinLongPathsEnabled.reg
2024-03-26 09:18:01 -04:00
psychedelicious
4e93b05736
docs: update all installation docs
2024-03-26 09:18:01 -04:00
psychedelicious
3493b26c55
docs: remove deprecated installatino docs
2024-03-26 09:18:01 -04:00
psychedelicious
72b44f7ebc
feat(mm): rename "blake3" to "blake3_multi"
...
Just make it clearer which is which.
2024-03-22 08:26:36 +11:00
psychedelicious
7726d312e1
feat(mm): default hashing algo to blake3_single
...
For SSDs, `blake3` is about 10x faster than `blake3_single` - 3 files/second vs 30 files/second.
For spinning HDDs, `blake3` is about 100x slower than `blake3_single` - 300 seconds/file vs 3 seconds/file.
For external drives, `blake3` is always worse, but the difference is highly variable. For external spinning drives, it's probably way worse than internal.
The least offensive algorithm is `blake3_single`, and it's still _much_ faster than any other algorithm.
2024-03-22 08:26:36 +11:00
psychedelicious
2269253a6c
docs: update installation docs
...
Remove/edit references to configure script.
2024-03-20 05:48:02 -07:00
psychedelicious
13c72206d8
docs: update CONFIGURATION.md
2024-03-20 15:05:25 +11:00
psychedelicious
09a8c0328a
docs: update CONFIGURATION.md
2024-03-19 09:24:28 +11:00
psychedelicious
beffca6b49
docs: update CONFIGURATION.md
2024-03-19 09:24:28 +11:00
psychedelicious
e43bfa3d70
docs(mm): do not hide members in InvokeAIAppConfig autodoc
2024-03-19 09:24:28 +11:00
psychedelicious
bb8e6bbee6
docs: update CONFIGURATION.md
...
Update model hashing docs
2024-03-15 00:14:48 +11:00
psychedelicious
7e4b462fca
docs: OVERVIEW.md typo
2024-03-13 22:43:20 +11:00
psychedelicious
4468dd6948
docs: update OVERVIEW.md
...
Update pkg scripts.
2024-03-13 22:43:20 +11:00
psychedelicious
4f39e248dd
docs: update OVERVIEW.md
...
Fix links
2024-03-13 22:43:20 +11:00
psychedelicious
44b3e5d43f
docs: update INVOCATION_API.md
...
Add blurb about `WithMetadata` and `WithBoard` mixins.
2024-03-13 22:43:20 +11:00
psychedelicious
8894a9e48a
docs: update WORKFLOWS.md
2024-03-13 22:43:20 +11:00
psychedelicious
c73f58e486
docs: move frontend docs to mkdocs
2024-03-13 22:43:20 +11:00