add missing reqs from PR

add missing check to autoinstall that will install fonts for existing users
remove unusaed line from another PR
This commit is contained in:
AUTOMATIC
2022-09-09 23:45:44 +03:00
parent fbdec2ef20
commit a5316bbf63
3 changed files with 3 additions and 2 deletions

View File

@@ -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