From a07a83812d6c3b33175b4729377a41653238cefc Mon Sep 17 00:00:00 2001 From: enzymezoo-code Date: Wed, 6 Sep 2023 16:27:07 -0500 Subject: [PATCH] Reduce step counts in tests to ~halve runtime --- tests/inference/graphs/default_graph_sdxl1_0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/inference/graphs/default_graph_sdxl1_0.json b/tests/inference/graphs/default_graph_sdxl1_0.json index 7c1cf9370..c06c6829c 100644 --- a/tests/inference/graphs/default_graph_sdxl1_0.json +++ b/tests/inference/graphs/default_graph_sdxl1_0.json @@ -27,7 +27,7 @@ "inputs": { "add_noise": "enable", "noise_seed": 42, - "steps": 40, + "steps": 20, "cfg": 7.5, "sampler_name": "euler", "scheduler": "normal", @@ -80,7 +80,7 @@ "inputs": { "add_noise": "disable", "noise_seed": 42, - "steps": 40, + "steps": 20, "cfg": 7.5, "sampler_name": "euler", "scheduler": "normal",