I'm currently working on edm_sample and cd_sample task, and I want to use the stochastic_iterative_sampler (multistep) method to improve the quality of the generated results.
However, I am a bit confused about how to set the values for "ts" and "steps."
At first, I thought ts should be a gradually decreasing time series (intensity), but from the example ts=’0,22,39‘. I found it is ascending.
I understand that "ts" means time, which also represents the noise intensity, but I'm not sure what the "steps" parameter does and what it controls and what's relationship between them?
How to set them optimally.
Anyone have any answers and suggestions? Thank you very much.