From 53b5ce6e2cf94ea3b24a59bf0a6745bd136991f5 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 2 Aug 2023 00:10:19 +0530 Subject: [PATCH] typo --- ui/easydiffusion/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/easydiffusion/types.py b/ui/easydiffusion/types.py index bf5772f0..fe936ca2 100644 --- a/ui/easydiffusion/types.py +++ b/ui/easydiffusion/types.py @@ -227,7 +227,7 @@ def convert_legacy_render_req_to_new(old_req: dict): "clip_skip": bool(old_req.get("clip_skip", False)), "convert_to_tensorrt": bool(old_req.get("convert_to_tensorrt", False)), "trt_build_config": old_req.get( - "trt_build_config", {"batch_size_range": (1, 2), "dimensions_range": [(768, 1024)]} + "trt_build_config", {"batch_size_range": (1, 1), "dimensions_range": [(768, 1024)]} ), }