ComfyUI Node
SP_CacheAutoLoaderMulti
Auto-caches MULTIPLE values to memory and disk; computes only if necessary.
SP_CacheAutoLoaderMulti
- value_1
- value_2
- value_3
- value_4
- value_5
- value_1
- value_2
- value_3
- value_4
- value_5
- status
◄keydefault_multi_key►
◄cache_directorysp_node_cache►
◄compression_level0►
◄enabledtrue►
CategorySP-Nodes/cache
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| key | STRING | default_multi_key | The unique key for the cache entry. |
| cache_directory | STRING | sp_node_cache | The directory on disk where the cache file will be stored. |
| compression_level | INT | 00–9 | 0 = Fastest but large files. 3 = Balanced. 9 = Smallest files but slow. |
| enabled | BOOLEAN | true | If False, the node will simply pass the values through without any caching. |
| value_1opt | * | Value 1 to cache. | |
| value_2opt | * | Value 2 to cache. | |
| value_3opt | * | Value 3 to cache. | |
| value_4opt | * | Value 4 to cache. | |
| value_5opt | * | Value 5 to cache. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| value_1 | * | — |
| value_2 | * | — |
| value_3 | * | — |
| value_4 | * | — |
| value_5 | * | — |
| status | STRING | — |