I prefer the images produced with Karras sigmas option for DPM solver. But T-GATE is more noisy with Karras enabled. ``` pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config), use_karras_sigmas=True) ```