mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Web stub for first_seed argument per b93f04e
This commit is contained in:
parent
f1d4862b13
commit
413064cf45
@ -161,7 +161,7 @@ class DreamServer(BaseHTTPRequestHandler):
|
||||
# is complete. The upscaling replaces the original file, so the second
|
||||
# entry should not be inserted into the image list.
|
||||
# LS: This repeats code in dream.py
|
||||
def image_done(image, seed, upscaled=False):
|
||||
def image_done(image, seed, upscaled=False, first_seed=None):
|
||||
name = f'{prefix}.{seed}.png'
|
||||
iter_opt = copy.copy(opt)
|
||||
if opt.variation_amount > 0:
|
||||
|
Loading…
Reference in New Issue
Block a user