use infotext from remote

pull/17/head
unknown 2023-07-16 01:21:02 -05:00
parent bd5e6ac7b7
commit 03858d16b1
No known key found for this signature in database
GPG Key ID: CA376082283AF69A
1 changed files with 1 additions and 9 deletions

View File

@ -117,15 +117,7 @@ class Script(scripts.Script):
if Script.world.thin_client_mode:
p.all_negative_prompts = processed.all_negative_prompts
info_text = processing.create_infotext(
p=p,
all_prompts=processed.all_prompts,
all_seeds=processed.all_seeds,
all_subseeds=processed.all_subseeds,
# comments=[""], # unimplemented upstream :(
position_in_batch=true_image_pos if not grid else 0,
iteration=0
)
info_text = image_info_post['infotexts'][i]
processed.infotexts.append(info_text)
# automatically save received image to local disk if desired