ComfyUI Node
Runware Accelerator Options
A ComfyUI node in Runware/Params with 21 inputs and 1 output.
Runware Accelerator Options
- acceleratorOptions
◄cacheStartStepfalse►
◄cacheStartStep_value0►
◄cacheStartStepPercentagefalse►
◄cacheStartStepPercentage_value0►
◄cacheEndStepfalse►
◄cacheEndStep_value1►
◄cacheEndStepPercentagefalse►
◄cacheEndStepPercentage_value1►
◄cacheMaxConsecutiveSteps3►
◄teaCachefalse►
◄teaCacheDistance0.50►
◄dbCachefalse►
◄dbCacheThreshold0.25►
◄dbCacheSkipInterval5►
◄fbCachefalse►
◄fbCacheThreshold0.25►
◄deepCachefalse►
◄deepCacheIntervalfalse►
◄deepCacheInterval_value1►
◄deepCacheBranchIdfalse►
◄deepCacheBranchId_value0►
CategoryRunware/Params
Inputs (21)
| Name | Type | Default | Description |
|---|---|---|---|
| cacheStartStepopt | BOOLEAN | false | Enable to set cacheStartStep. Off uses the model's default. |
| cacheStartStep_valueopt | INT | 0 | Absolute step number to start caching. Must be less than `cacheEndStep`. |
| cacheStartStepPercentageopt | BOOLEAN | false | Enable to set cacheStartStepPercentage. Off uses the model's default. |
| cacheStartStepPercentage_valueopt | INT | 00–99 | Percentage of steps to start caching. Alternative to `cacheStartStep`. Must be less than `cacheEndStepPercentage`. |
| cacheEndStepopt | BOOLEAN | false | Enable to set cacheEndStep. Off uses the model's default. |
| cacheEndStep_valueopt | INT | 1 | Absolute step number to end caching. Must be greater than `cacheStartStep` and less than or equal to `steps`. |
| cacheEndStepPercentageopt | BOOLEAN | false | Enable to set cacheEndStepPercentage. Off uses the model's default. |
| cacheEndStepPercentage_valueopt | INT | 11–100 | Percentage of steps to end caching. Alternative to `cacheEndStep`. Must be greater than `cacheStartStepPercentage`. |
| cacheMaxConsecutiveStepsopt | INT | 31–5 | Limits the maximum number of consecutive steps that can use cached computations before forcing a fresh computation. |
| teaCacheopt | BOOLEAN | false | TeaCache acceleration for transformer-based models. Estimates step differences to skip redundant computations. |
| teaCacheDistanceopt | FLOAT | 0.500–1 | Controls the aggressiveness of the TeaCache feature. Lower values prioritize quality, higher values prioritize speed. |
| dbCacheopt | BOOLEAN | false | DB Cache (CacheDiT) acceleration. Caches and reuses intermediate transformer block outputs to skip redundant computations. |
| dbCacheThresholdopt | FLOAT | 0.250–1 | Controls the sensitivity threshold for DB Cache. Lower values reuse cached blocks more aggressively, higher values prioritize quality. |
| dbCacheSkipIntervalopt | INT | 5 | Controls how many steps to skip between cache refreshes. Higher values skip more steps for faster generation at the cost of quality. |
| fbCacheopt | BOOLEAN | false | First Block Cache (FBCache) acceleration. Reuses feature block computations across steps. |
| fbCacheThresholdopt | FLOAT | 0.250–1 | Controls the sensitivity threshold for determining when to reuse cached computations. Lower values reuse more aggressively. |
| deepCacheopt | BOOLEAN | false | DeepCache acceleration. Skips transformer computations in certain steps to speed up generation. |
| deepCacheIntervalopt | BOOLEAN | false | Enable to set deepCacheInterval. Off uses the model's default. |
| deepCacheInterval_valueopt | INT | 1 | Interval for DeepCache acceleration. A value of 2 skips every other step, 3 skips two out of three, etc. |
| deepCacheBranchIdopt | BOOLEAN | false | Enable to set deepCacheBranchId. Off uses the model's default. |
| deepCacheBranchId_valueopt | INT | 0 | Branch ID for DeepCache acceleration. Determines which U-Net layers are skipped. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| acceleratorOptions | RUNWARE_ACCELERATOROPTIONS | — |