mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-09 17:08:33 +00:00
disable temporal tiling
This commit is contained in:
parent
19b5f811c3
commit
241ece07c3
1 changed files with 4 additions and 4 deletions
|
|
@ -1304,10 +1304,10 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
|
|||
params.vae_tiling_params.tile_size_x = vae_tile_size;
|
||||
params.vae_tiling_params.tile_size_y = vae_tile_size;
|
||||
}
|
||||
if(dotile)
|
||||
{
|
||||
params.vae_tiling_params.temporal_tiling = true;
|
||||
}
|
||||
// if(dotile)
|
||||
// {
|
||||
// params.vae_tiling_params.temporal_tiling = true;
|
||||
// }
|
||||
parse_cache_options(params.cache, sd_params->cache_mode, sd_params->cache_options);
|
||||
|
||||
LoraMap lora_map = sd_params->lora_map;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue