mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 03:47:57 -05:00
Web stub for first_seed argument per b93f04e
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user