infotext support for #14978

This commit is contained in:
AUTOMATIC1111
2024-03-02 07:39:59 +03:00
parent aabedcbcc7
commit bb24c13ed7
3 changed files with 11 additions and 3 deletions

View File

@@ -359,6 +359,9 @@ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 965400086, Size: 512x512, Model
if "Emphasis" not in res:
res["Emphasis"] = "Original"
if "Refiner switch by sampling steps" not in res:
res["Refiner switch by sampling steps"] = False
infotext_versions.backcompat(res)
for key in skip_fields: