MCPcopy Create free account
hub / github.com/OpenImagingLab/FlashVSR / __init__

Method __init__

diffsynth/controlnets/controlnet_unit.py:15–18  ·  view source on GitHub ↗
(self, processor, model, scale=1.0)

Source from the content-addressed store, hash-verified

13
14class ControlNetUnit:
15 def __init__(self, processor, model, scale=1.0):
16 self.processor = processor
17 self.model = model
18 self.scale = scale
19
20
21class MultiControlNetManager:

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected