mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-07 01:32:49 -08: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:
parent
fbdec2ef20
commit
a5316bbf63
3 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue