From 241ece07c300b8595ba1169265b0b2f678ead5c0 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 1 Jun 2026 18:34:27 +0800 Subject: [PATCH] disable temporal tiling --- otherarch/sdcpp/sdtype_adapter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/otherarch/sdcpp/sdtype_adapter.cpp b/otherarch/sdcpp/sdtype_adapter.cpp index dae368aa5..868d0a208 100644 --- a/otherarch/sdcpp/sdtype_adapter.cpp +++ b/otherarch/sdcpp/sdtype_adapter.cpp @@ -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;