Skip to content

Commit 70cef96

Browse files
committed
fix merge typo
1 parent f62c209 commit 70cef96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

diffusion_model.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ struct UNetModel : public DiffusionModel {
3434
UNetModel(ggml_backend_t backend,
3535
const String2GGMLType& tensor_types = {},
3636
SDVersion version = VERSION_SD1,
37-
bool flash_attn = false)
37+
bool flash_attn = false,
38+
bool direct = false)
3839
: unet(backend, tensor_types, "model.diffusion_model", version, flash_attn, direct) {
3940
}
4041

0 commit comments

Comments
 (0)