aboutsummaryrefslogtreecommitdiff
path: root/modules/processing.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-02-11 09:39:51 +0300
committerAUTOMATIC1111 <16777216c@gmail.com>2024-02-11 09:39:51 +0300
commite2b19900ec37ef517d8175a7d86c1925ca9f9e91 (patch)
tree6fac89794a1a953e42f782c3649b4826dda2332f /modules/processing.py
parent3732cf2f97be873f17b735221cca177f056bd478 (diff)
add infotext entry for emphasis; put emphasis into a separate file, add an option to parse but still ignore emphasis
Diffstat (limited to 'modules/processing.py')
-rw-r--r--modules/processing.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/processing.py b/modules/processing.py
index 52f00bfb..f4aa165d 100644
--- a/modules/processing.py
+++ b/modules/processing.py
@@ -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):