aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_samplers_compvis.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sd_samplers_compvis.py')
-rw-r--r--modules/sd_samplers_compvis.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/sd_samplers_compvis.py b/modules/sd_samplers_compvis.py
index 5df926d3..2eeec18a 100644
--- a/modules/sd_samplers_compvis.py
+++ b/modules/sd_samplers_compvis.py
@@ -71,8 +71,6 @@ class VanillaStableDiffusionSampler:
if state.interrupted or state.skipped:
raise sd_samplers_common.InterruptedException
- sd_samplers_common.apply_refiner(self)
-
if self.stop_at is not None and self.step > self.stop_at:
raise sd_samplers_common.InterruptedException