MCPcopy Create free account
hub / github.com/Extraltodeus/DistanceSampler / SamplerDistance

Class SamplerDistance

custom_samplers.py:358–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356 return (sampler, )
357
358class SamplerDistance(SamplerDistanceBase):
359 _DISTANCE_OPTIONS = ("resample", "resample_end", "cfgpp")
360
361class SamplerDistanceAdvanced(SamplerDistanceBase):
362 pass # Includes all options by default.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected