mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 01:54:37 +00:00
chroma support is now usable
This commit is contained in:
parent
30cf433ab4
commit
2d4c1aa5a0
3 changed files with 20 additions and 9 deletions
|
@ -131,6 +131,7 @@ typedef struct sd_ctx_t sd_ctx_t;
|
|||
|
||||
SD_API void set_sd_vae_tiling(sd_ctx_t* ctx, bool tiling);
|
||||
SD_API int get_loaded_sd_version(sd_ctx_t* ctx);
|
||||
SD_API bool sd_loaded_chroma();
|
||||
|
||||
SD_API sd_ctx_t* new_sd_ctx(const char* model_path,
|
||||
const char* clip_l_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue