mirror of
https://github.com/Extraltodeus/test_my_prompt.git
synced 2026-03-04 04:49:54 +00:00
Update test_my_prompt_custom_script.py
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user