Skip to content

Commit 6b476c2

Browse files
committed
Fix model_version_to_str
1 parent 2b6d9b1 commit 6b476c2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ggml

Submodule ggml updated from 9e4bee1 to b6d2ebd

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)