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

Class ControlNetConfigUnit

diffsynth/controlnets/controlnet_unit.py:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class ControlNetConfigUnit:
7 def __init__(self, processor_id: Processor_id, model_path, scale=1.0, skip_processor=False):
8 self.processor_id = processor_id
9 self.model_path = model_path
10 self.scale = scale
11 self.skip_processor = skip_processor
12
13
14class ControlNetUnit:

Callers 15

infiniteyou.pyFile · 0.90
example_1Function · 0.90
example_2Function · 0.90
example_3Function · 0.90
example_4Function · 0.90
example_5Function · 0.90
example_6Function · 0.90
example_7Function · 0.90
example_1Function · 0.90
example_2Function · 0.90
example_3Function · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected