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

Let fp8-related settings to invalidate cond_cache

parent 4f5281a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -431,6 +431,8 @@ class StableDiffusionProcessing:
            opts.sdxl_crop_top,
            self.width,
            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):