Enum ControlType
Types of control signals supported by ControlNet.
public enum ControlType
Fields
Canny = 0Canny edge detection map.
Depth = 1Depth map from MiDaS or similar.
Hed = 7HED (Holistically-Nested Edge Detection).
Inpaint = 11Inpaint mask.
LineArt = 6Line art/sketch.
Mlsd = 8MLSD (Mobile Line Segment Detection).
Normal = 2Surface normal map.
Pose = 3OpenPose body keypoints.
Scribble = 5User-drawn scribbles.
Segmentation = 4Semantic segmentation map.
Shuffle = 10Shuffle/random structure.
SoftEdge = 9SoftEdge detection.