InvokeAI/scripts
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
..
generate_openapi_schema.py feat(scripts): add script to generate openapi schema 2024-03-07 10:16:44 +11:00
generate_profile_graphs.sh feat: add profiler util (#5601) 2024-01-31 10:51:57 +00:00
invokeai-web.py feat: single app entrypoint with CLI arg parsing 2024-03-19 09:24:28 +11:00
probe-model.py feat(mm): default hashing algo to blake3_single 2024-03-22 08:26:36 +11:00
update_config_docstring.py fix(config): edge cases in models.yaml migration 2024-03-19 09:24:28 +11:00