From b15a85a7a8c9378735c85a329adb0a87b4bae1b1 Mon Sep 17 00:00:00 2001 From: ULTRACOMBOS-DEV Date: Fri, 19 Dec 2025 12:36:52 +0800 Subject: [PATCH] update parameters --- img2img.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img2img.py b/img2img.py index 3cb25fa..3db71cc 100644 --- a/img2img.py +++ b/img2img.py @@ -78,7 +78,7 @@ class Pipeline: use_tiny_vae=True, device=device, dtype=torch_dtype, - t_index_list=[1,16], + t_index_list=[2,16], # t_index_list=[1], frame_buffer_size=1, width=params.width, @@ -101,7 +101,7 @@ class Pipeline: self.stream.prepare( prompt=default_prompt, negative_prompt=default_negative_prompt, - num_inference_steps=30, + num_inference_steps=50, guidance_scale=0.9, )