Table of Contents

Enum ControlType

Namespace
AiDotNet.Diffusion.Models
Assembly
AiDotNet.dll

Types of control signals supported by ControlNet.

public enum ControlType

Fields

Canny = 0

Canny edge detection map.

Depth = 1

Depth map from MiDaS or similar.

Hed = 7

HED (Holistically-Nested Edge Detection).

Inpaint = 11

Inpaint mask.

LineArt = 6

Line art/sketch.

Mlsd = 8

MLSD (Mobile Line Segment Detection).

Normal = 2

Surface normal map.

Pose = 3

OpenPose body keypoints.

Scribble = 5

User-drawn scribbles.

Segmentation = 4

Semantic segmentation map.

Shuffle = 10

Shuffle/random structure.

SoftEdge = 9

SoftEdge detection.