| 356 | return (sampler, ) |
| 357 | |
| 358 | class SamplerDistance(SamplerDistanceBase): |
| 359 | _DISTANCE_OPTIONS = ("resample", "resample_end", "cfgpp") |
| 360 | |
| 361 | class SamplerDistanceAdvanced(SamplerDistanceBase): |
| 362 | pass # Includes all options by default. |
nothing calls this directly
no outgoing calls
no test coverage detected