mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-09 01:19:58 +00:00
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:
@@ -419,6 +419,7 @@ class StableDiffusionProcessing:
|
||||
|
||||
return (
|
||||
required_prompts,
|
||||
self.distilled_cfg_scale,
|
||||
steps,
|
||||
hires_steps,
|
||||
use_old_scheduling,
|
||||
|
||||
Reference in New Issue
Block a user