mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
actual image seed now written into web log rather than -1 (#428)
This commit is contained in:
parent
edada042b3
commit
d1d044aa87
@ -129,6 +129,7 @@ class DreamServer(BaseHTTPRequestHandler):
|
||||
name = f'{prefix}.{seed}.png'
|
||||
path = pngwriter.save_image_and_prompt_to_png(image, f'{prompt} -S{seed}', name)
|
||||
|
||||
config['seed'] = seed
|
||||
# Append post_data to log, but only once!
|
||||
if not upscaled:
|
||||
with open(os.path.join(self.outdir, "dream_web_log.txt"), "a") as log:
|
||||
|
Loading…
Reference in New Issue
Block a user