From 598b594aa2c9d85573ff0d38bf61c48a94f2dab6 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 2 Jun 2026 19:45:15 +0800 Subject: [PATCH] Revert "disable temporal tiling" This reverts commit 241ece07c300b8595ba1169265b0b2f678ead5c0. --- 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 868d0a208..dae368aa5 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;