MCPcopy Index your code
hub / github.com/modelscope/DiffSynth-Studio / ControlNetUnit

Class ControlNetUnit

diffsynth/controlnets/controlnet_unit.py:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
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 4

fetch_modelsMethod · 0.85
fetch_modelsMethod · 0.85
fetch_modelsMethod · 0.85
fetch_modelsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected