Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit db3e26b

Browse files
committed
InstaFlow Pipeline type
1 parent 51b09aa commit db3e26b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OnnxStack.StableDiffusion/Enums/DiffuserPipelineType.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
public enum DiffuserPipelineType
44
{
55
StableDiffusion = 0,
6-
LatentConsistency = 10
6+
LatentConsistency = 10,
7+
InstaFlow = 11,
78
}
89
}

0 commit comments

Comments
 (0)