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

Fix FP8 non-reproducible problem
This commit is contained in:
AUTOMATIC1111 2023-12-16 14:59:35 +03:00 committed by GitHub
commit 7428ce52ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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):