(
self,
network_path,
ft_denoising_steps, # if running pre-trained model (not fine-tuned), set it to zero; if running fine-tuned model, need to specify the correct number of denoising steps fine-tuned, so that here it knows which model (base or ft) to use for each denoising step
use_ddim=False,
**kwargs,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected