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

Class PlusPlusInput

adv_control/control_plusplus.py:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53class PlusPlusInput:
54 def __init__(self, image: Tensor, control_type: str, strength: float):
55 self.image = image
56 self.control_type = control_type
57 self.strength = strength
58
59 def clone(self):
60 return PlusPlusInput(self.image, self.control_type, self.strength)
61
62
63class PlusPlusInputGroup:

Callers 3

cloneMethod · 0.85
set_cond_hint_injectMethod · 0.85
wrap_imagesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected