ComfyUI Node
Bernini-R TeaCache Args
Configure TeaCache block caching for faster sampling. Connect to BerniniR_KSampler to enable; leave disconnected to disable.
Bernini-R TeaCache Args
- teacache_args
◄max_skip_blocks15►
◄start_block3►
◄rel_l1_thresh0.08►
◄warmup_steps1►
◄cooldown_steps2►
CategoryBernini-R/Config
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| max_skip_blocks | INT | 151–30 | Number of blocks in the caching window. Larger = more speedup but higher quality risk. |
| start_block | INT | 30–29 | Index of the first cacheable block. L1 distance is compared here to decide skip vs compute. |
| rel_l1_thresh | FLOAT | 0.080–1 | Skip blocks when the absolute mean L1 distance between consecutive step residuals < threshold (unnormalized). 0.04 = safe (minimal quality loss), 0.12 = fast (may degrade). |
| warmup_steps | INT | 10–100 | First N denoising steps that never cache (structure formation phase). |
| cooldown_steps | INT | 20–100 | Last N denoising steps that never cache (detail refinement phase). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| teacache_args | BERNINI_TEACACHE | — |