aboutsummaryrefslogtreecommitdiff
path: root/scripts/prompts_from_file.py
diff options
context:
space:
mode:
authorTony Beeman <beeman@gmail.com>2022-10-07 23:51:50 -0700
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-09 11:16:38 +0300
commit86cb16886f8f48169cee4658ad0c5e5443beed2a (patch)
tree1543592dd1d5e8b82d70f75804f9c3eec154d101 /scripts/prompts_from_file.py
parente2930f9821c197da94e208b5ae73711002844efc (diff)
Pull Request Code Review Fixes
Diffstat (limited to 'scripts/prompts_from_file.py')
-rw-r--r--scripts/prompts_from_file.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/prompts_from_file.py b/scripts/prompts_from_file.py
index 110889a6..b24f1a80 100644
--- a/scripts/prompts_from_file.py
+++ b/scripts/prompts_from_file.py
@@ -10,8 +10,6 @@ from modules.processing import Processed, process_images
from PIL import Image
from modules.shared import opts, cmd_opts, state
-g_txt_mode = False
-
class Script(scripts.Script):
def title(self):
return "Prompts from file or textbox"