MCPcopy Index your code
hub / github.com/Extraltodeus/DistanceSampler / get_sampler

Method get_sampler

custom_samplers.py:354–356  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

352 FUNCTION = "get_sampler"
353
354 def get_sampler(self, **kwargs):
355 sampler = comfy.samplers.KSAMPLER(distance_wrap(**kwargs))
356 return (sampler, )
357
358class SamplerDistance(SamplerDistanceBase):
359 _DISTANCE_OPTIONS = ("resample", "resample_end", "cfgpp")

Callers

nothing calls this directly

Calls 1

distance_wrapFunction · 0.85

Tested by

no test coverage detected