invalidate cond cache if distilled CFG changed (#1240)

* Update processing.py

add distilled_cfg_scale to params that invalidate cond cache

* Update ui.py

distilled CFG and CFG step size 0.1 (from 0.5)
This commit is contained in:
DenOfEquity
2024-08-18 03:34:11 +01:00
committed by GitHub
parent 0f266c48bd
commit 93bfd7f85b
2 changed files with 3 additions and 2 deletions

View File

@@ -419,6 +419,7 @@ class StableDiffusionProcessing:
return (
required_prompts,
self.distilled_cfg_scale,
steps,
hires_steps,
use_old_scheduling,