From dfcce656cd87642fe0c3ea0047a9e670a57e2487 Mon Sep 17 00:00:00 2001 From: Extraltodeus Date: Sun, 6 Nov 2022 22:10:53 +0100 Subject: [PATCH] Update test_my_prompt_script.py --- test_my_prompt_script.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_my_prompt_script.py b/test_my_prompt_script.py index c57176f..103025a 100644 --- a/test_my_prompt_script.py +++ b/test_my_prompt_script.py @@ -74,4 +74,3 @@ def run(p,neg_pos,font_size): if opts.grid_save: images.save_image(grid, p.outpath_grids, "grid", initial_seed, initial_prompt, opts.grid_format, info=proc.info, short_filename=not opts.grid_extended_filename, p=p, grid=True) return proc -run(p)