Web stub for first_seed argument per b93f04e

This commit is contained in:
unknown 2022-09-22 15:29:59 -04:00 committed by Lincoln Stein
parent f1d4862b13
commit 413064cf45

View File

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