mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 11:29:43 +00:00
fixed sd to work on larger images by adding tiling, also limit res for sd1.5
This commit is contained in:
parent
f153a14daf
commit
5b90eeaf17
3 changed files with 35 additions and 2 deletions
|
@ -122,6 +122,9 @@ typedef struct {
|
|||
|
||||
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 sd_ctx_t* new_sd_ctx(const char* model_path,
|
||||
const char* clip_l_path,
|
||||
const char* clip_g_path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue