mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-03 10:50:23 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user