| sd_sampler_sigmas | R Documentation |
Returns the sigma schedule that sd_sample_stepwise iterates
over, for a given scheduler / step count / generation size.
sd_sampler_sigmas(
ctx,
scheduler = SCHEDULER$DISCRETE,
sample_steps = 20L,
width = 512L,
height = 512L,
sample_method = SAMPLE_METHOD$EULER
)
ctx |
SD context from |
scheduler |
Scheduler (name or |
sample_steps |
Number of steps |
width, height |
Generation size in PIXELS (same as passed to generation) |
sample_method |
Sampling method (name or |
Numeric vector of length sample_steps + 1; the last value is 0.
sd_denoise_step, sd_sample_stepwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.