mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-06 15:15:05 +08:00
Let fp8-related settings to invalidate cond_cache
This commit is contained in:
parent
4f5281a92e
commit
a978320334
@ -431,6 +431,8 @@ class StableDiffusionProcessing:
|
|||||||
opts.sdxl_crop_top,
|
opts.sdxl_crop_top,
|
||||||
self.width,
|
self.width,
|
||||||
self.height,
|
self.height,
|
||||||
|
opts.fp8_storage,
|
||||||
|
opts.cache_fp16_weight,
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_conds_with_caching(self, function, required_prompts, steps, caches, extra_network_data, hires_steps=None):
|
def get_conds_with_caching(self, function, required_prompts, steps, caches, extra_network_data, hires_steps=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user