aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/prompt_matrix.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-09-09 20:45:44 +0000
committerAUTOMATIC <16777216c@gmail.com>2022-09-09 20:45:44 +0000
commita5316bbf63dab18ec621d54aad0c9173c6bb5701 (patch)
treec356eaf6bb489523e18a5270a840c331b0b19797 /scripts/prompt_matrix.py
parentfbdec2ef201b6bf7f1d501347513bd5dd9e42c79 (diff)
downloadstable-diffusion-webui-gfx803-a5316bbf63dab18ec621d54aad0c9173c6bb5701.tar.gz
stable-diffusion-webui-gfx803-a5316bbf63dab18ec621d54aad0c9173c6bb5701.tar.bz2
stable-diffusion-webui-gfx803-a5316bbf63dab18ec621d54aad0c9173c6bb5701.zip
add missing reqs from PR
add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR
Diffstat (limited to 'scripts/prompt_matrix.py')
-rw-r--r--scripts/prompt_matrix.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/prompt_matrix.py b/scripts/prompt_matrix.py
index 776f84f3..f8da0fdd 100644
--- a/scripts/prompt_matrix.py
+++ b/scripts/prompt_matrix.py
@@ -51,7 +51,6 @@ class Script(scripts.Script):
def run(self, p, put_at_start):
modules.processing.fix_seed(p)
- seed = p.seed
original_prompt = p.prompt[0] if type(p.prompt) == list else p.prompt