Skip to content

Commit bb30633

Browse files
committed
Fix model_version_to_str
1 parent e82eb35 commit bb30633

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stable-diffusion.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ const char* model_version_to_str[] = {
3636
"SVD",
3737
"SD3.x",
3838
"Flux",
39-
"Flux Fill"};
39+
"Flux Fill",
40+
"Flux Control",
41+
"Flex.2",
42+
};
4043

4144
const char* sampling_methods_str[] = {
4245
"Euler A",

0 commit comments

Comments
 (0)