MCPcopy Create free account
hub / github.com/Kosinkadink/ComfyUI-Advanced-ControlNet / disarm

Method disarm

adv_control/utils.py:673–674  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

671 return to_return
672
673 def disarm(self):
674 self.disarmed = True
675
676 def should_run(self):
677 if math.isclose(self.strength, 0.0) or math.isclose(self._current_timestep_keyframe.strength, 0.0):

Callers 1

apply_controlnetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected