aboutsummaryrefslogtreecommitdiffstats
path: root/modules/script_callbacks.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-05-14 05:15:22 +0000
committerAUTOMATIC <16777216c@gmail.com>2023-05-14 05:15:22 +0000
commit005849331e82cded96f6f3e5ff828037c672c38d (patch)
tree5f3d9000540e9d63dc9da6887fb4bef97af4877d /modules/script_callbacks.py
parentcb9a3a7809fc7247360705bca4175ccb59b9288c (diff)
downloadstable-diffusion-webui-gfx803-005849331e82cded96f6f3e5ff828037c672c38d.tar.gz
stable-diffusion-webui-gfx803-005849331e82cded96f6f3e5ff828037c672c38d.tar.bz2
stable-diffusion-webui-gfx803-005849331e82cded96f6f3e5ff828037c672c38d.zip
remove output_altered flag from AfterCFGCallbackParams
Diffstat (limited to 'modules/script_callbacks.py')
-rw-r--r--modules/script_callbacks.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/script_callbacks.py b/modules/script_callbacks.py
index 57dfd457..3c21a362 100644
--- a/modules/script_callbacks.py
+++ b/modules/script_callbacks.py
@@ -78,9 +78,6 @@ class AfterCFGCallbackParams:
self.total_sampling_steps = total_sampling_steps
"""Total number of sampling steps planned"""
- self.output_altered = False
- """A flag for CFGDenoiser indicating whether the output has been altered by the callback"""
-
class UiTrainTabParams:
def __init__(self, txt2img_preview_params):