MCPcopy Create free account
hub / github.com/Shakker-Labs/RepText / __init__

Method __init__

controlnet_flux.py:429–432  ·  view source on GitHub ↗
(self, controlnets, union=False)

Source from the content-addressed store, hash-verified

427 """
428
429 def __init__(self, controlnets, union=False):
430 super().__init__()
431 self.nets = nn.ModuleList(controlnets)
432 self.union = union
433
434 def forward(
435 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected