Commit a9783203 authored by Kohaku-Blueleaf's avatar Kohaku-Blueleaf

Let fp8-related settings to invalidate cond_cache

parent 4f5281a9
...@@ -431,6 +431,8 @@ class StableDiffusionProcessing: ...@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment