mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 21:52:11 -03:00
feat(settings): add configurable hash chunk size
This commit is contained in:
@@ -55,6 +55,9 @@ CIVITAI_USER_MODEL_TYPES = [
|
||||
'checkpoint',
|
||||
]
|
||||
|
||||
# Default chunk size in megabytes used for hashing large files.
|
||||
DEFAULT_HASH_CHUNK_SIZE_MB = 4
|
||||
|
||||
# Auto-organize settings
|
||||
AUTO_ORGANIZE_BATCH_SIZE = 50 # Process models in batches to avoid overwhelming the system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user