MCPcopy Create free account
hub / github.com/TencentARC/T2I-Adapter / ExtraCondition

Class ExtraCondition

Adapter/extra_condition/api.py:11–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@unique
11class ExtraCondition(Enum):
12 sketch = 0
13 keypose = 1
14 seg = 2
15 depth = 3
16 canny = 4
17 style = 5
18 color = 6
19 openpose = 7
20 edge = 8
21 zoedepth = 9
22
23
24def get_cond_model(opt, cond_type: ExtraCondition):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected