Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extraltodeus/DistanceSampler
/ functions
Functions
17 in github.com/Extraltodeus/DistanceSampler
⨍
Functions
17
◇
Types & classes
3
↓ 6 callers
Function
distance_wrap
( resample, resample_end=-1, cfgpp=False, sharpen=False, use_softmax=False, distance_first=0, distan
custom_samplers.py:108
↓ 3 callers
Function
fix_step_range
(steps, start, end)
custom_samplers.py:98
↓ 3 callers
Function
internal_step
(x, d, dt, sigma, sigma_next, sigma_up, x_coeff, noise_sampler)
custom_samplers.py:88
↓ 2 callers
Function
diff_step
(a, b, s)
custom_samplers.py:219
↓ 2 callers
Function
get_ancestral_step_ext
(sigma, sigma_next, eta=1.0, is_rf=False)
custom_samplers.py:75
↓ 1 callers
Function
add_samplers
()
__init__.py:4
↓ 1 callers
Function
fast_distance_weights
(t, use_softmax=False, use_slerp=False, uncond=None)
custom_samplers.py:26
↓ 1 callers
Function
matrix_batch_slerp
(t, tn, w)
custom_samplers.py:13
↓ 1 callers
Function
normalize_adjust
(a,b,strength=1)
custom_samplers.py:63
Method
INPUT_TYPES
(s)
custom_samplers.py:345
Function
blend_add
(t,v,s)
custom_samplers.py:212
Method
get_sampler
(self, **kwargs)
custom_samplers.py:354
Function
perp_step
Implements Algorithm 2 (Euler steps) from Karras et al. (2022).
custom_samplers.py:228
Function
perp_step_wrap
(s=0.5)
custom_samplers.py:226
Function
post_cfg_function
(args)
custom_samplers.py:132
Function
sample_distance_advanced
(model, x, sigmas, eta=eta, s_noise=s_noise, noise_sampler=None, distance_step_noise_sampler=None, extra_args=
custom_samplers.py:115
Function
simplified_euler
(model, x, sigmas, extra_args=None, callback=None, disable=None)
custom_samplers.py:249