diff options
Diffstat (limited to 'modules/infotext_utils.py')
-rw-r--r-- | modules/infotext_utils.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/infotext_utils.py b/modules/infotext_utils.py index 1049c6c3..a938aa2a 100644 --- a/modules/infotext_utils.py +++ b/modules/infotext_utils.py @@ -356,6 +356,9 @@ Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 965400086, Size: 512x512, Model if "Cache FP16 weight for LoRA" not in res and res["FP8 weight"] != "Disable":
res["Cache FP16 weight for LoRA"] = False
+ if "Emphasis" not in res:
+ res["Emphasis"] = "Original"
+
infotext_versions.backcompat(res)
for key in skip_fields:
|