add infotext entry for emphasis; put emphasis into a separate file, add an option to parse but still ignore emphasis

This commit is contained in:
AUTOMATIC1111
2024-02-11 09:39:51 +03:00
parent 3732cf2f97
commit e2b19900ec
6 changed files with 89 additions and 13 deletions

View File

@@ -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: