From 8f953a89fa8751d211fa502c69918d28a00e803c Mon Sep 17 00:00:00 2001 From: TimPietrusky Date: Fri, 17 Nov 2023 17:09:19 +0100 Subject: [PATCH] chore: updated seed and got rid of unused , --- test_input.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_input.json b/test_input.json index 6b84681a..2a0380ce 100644 --- a/test_input.json +++ b/test_input.json @@ -3,7 +3,7 @@ "prompt": { "3": { "inputs": { - "seed": 123123123123123, + "seed": 234234, "steps": 20, "cfg": 8, "sampler_name": "euler", @@ -32,7 +32,7 @@ }, "6": { "inputs": { - "text": "beautiful scenery nature glass bottle landscape, , purple galaxy bottle,", + "text": "beautiful scenery nature glass bottle landscape, purple galaxy bottle,", "clip": ["4", 1] }, "class_type": "CLIPTextEncode"