From 4c0561e4a9f37e9f4c85eeacc579bcc75e08e93d Mon Sep 17 00:00:00 2001 From: Extraltodeus Date: Mon, 7 Nov 2022 23:25:39 +0100 Subject: [PATCH] Update test_my_prompt_custom_script.py --- test_my_prompt_custom_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_my_prompt_custom_script.py b/test_my_prompt_custom_script.py index 0b779dd..3dfad56 100644 --- a/test_my_prompt_custom_script.py +++ b/test_my_prompt_custom_script.py @@ -67,7 +67,7 @@ class Script(scripts.Script): proc = process_images(p) if f >= 0: - proc.images[0] = write_on_image(proc.images[0], prompt_array[f]) + proc.images[0] = write_on_image(proc.images[0], "no "+prompt_array[f]) else: proc.images[0] = write_on_image(proc.images[0], "full prompt")