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

@@ -455,6 +455,7 @@ class StableDiffusionProcessing:
self.height,
opts.fp8_storage,
opts.cache_fp16_weight,
opts.emphasis,
)
def get_conds_with_caching(self, function, required_prompts, steps, caches, extra_network_data, hires_steps=None):