mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-16 03:49:42 +00:00
enable flash attention for image generation (#1633)
This commit is contained in:
parent
bc3e4c1197
commit
d74c16e6e0
3 changed files with 8 additions and 0 deletions
1
expose.h
1
expose.h
|
|
@ -161,6 +161,7 @@ struct sd_load_model_inputs
|
|||
const char * vulkan_info = nullptr;
|
||||
const int threads = 0;
|
||||
const int quant = 0;
|
||||
const bool flash_attention = false;
|
||||
const bool taesd = false;
|
||||
const int tiled_vae_threshold = 0;
|
||||
const char * t5xxl_filename = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue