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
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
67d26cd633
docs: update CONFIGURATION.md
2024-03-10 10:38:52 +11:00
psychedelicious
fb1ae55010
docs: update CONFIGURATION.md to use autogenerated docs
2024-03-08 16:31:39 -05:00
Kevin Turner
fd4e041e7c
feat: serve HTTPS when configured with ssl_certfile
2023-12-12 16:01:43 +11:00
Lincoln Stein
d27392cc2d
remove all references to CLI
2023-10-18 11:28:26 +11:00
Alexandre D. Roberge
8ce9b6c51e
Update CONFIGURATION.md
...
Fixed typo missing backtick
2023-09-20 17:33:04 -04:00
Lincoln Stein
b69f26c85c
add support for "balanced" attention slice size
2023-08-17 16:11:09 -04:00
Lincoln Stein
ed38eaa10c
refactor InvokeAIAppConfig
2023-08-17 13:47:26 -04:00
Lincoln Stein
049645d66e
updated LICENSE files and added information about watermarking
2023-07-26 17:27:33 -04:00
Lincoln Stein
8eab96c441
update documentation
2023-07-23 23:41:44 -04:00
Lincoln Stein
6073cb8020
add documentation on the configuration system
2023-07-15 16:14:47 -04:00