diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-02-11 06:39:51 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2024-02-11 06:39:51 +0000 |
commit | e2b19900ec37ef517d8175a7d86c1925ca9f9e91 (patch) | |
tree | 6fac89794a1a953e42f782c3649b4826dda2332f /modules/processing.py | |
parent | 3732cf2f97be873f17b735221cca177f056bd478 (diff) | |
download | stable-diffusion-webui-gfx803-e2b19900ec37ef517d8175a7d86c1925ca9f9e91.tar.gz stable-diffusion-webui-gfx803-e2b19900ec37ef517d8175a7d86c1925ca9f9e91.tar.bz2 stable-diffusion-webui-gfx803-e2b19900ec37ef517d8175a7d86c1925ca9f9e91.zip |
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.py | 1 |
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):
|