CLI now writes hires_fix to metadata

This commit is contained in:
Lincoln Stein 2023-03-06 18:06:45 -05:00 committed by blhook
parent ad16581ab8
commit f207647f0f

View File

@ -1180,7 +1180,7 @@ def metadata_dumps(opt,
)
# remove any image keys not mentioned in RFC #266
rfc266_img_fields = ['type','postprocessing','sampler','prompt','seed','variations','steps',
rfc266_img_fields = ['type','postprocessing','sampler','prompt','seed','variations','steps','hires_fix',
'cfg_scale','threshold','perlin','step_number','width','height','extra','strength','seamless'
'init_img','init_mask','facetool','facetool_strength','upscale','h_symmetry_time_pct',
'v_symmetry_time_pct']