Commit 7428ce52 authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

Merge pull request #14327 from AUTOMATIC1111/fp8-cond-cache-fix

Fix FP8 non-reproducible problem
parents 4f5281a9 a9783203
...@@ -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