Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
14
class
ControlNetUnit:
15
def
__init__(self, processor, model, scale=1.0):
16
self.processor = processor
17
self.model = model
18
self.scale = scale
19
20
21
class
MultiControlNetManager:
Callers
4
fetch_models
Method · 0.85
fetch_models
Method · 0.85
fetch_models
Method · 0.85
fetch_models
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected