From 5cea2fe944ab874ceb4600647455ebbad2ab5752 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 11 Oct 2025 11:34:47 +0800 Subject: [PATCH] don't enforce dims --- otherarch/sdcpp/sdtype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/sdcpp/sdtype_adapter.cpp b/otherarch/sdcpp/sdtype_adapter.cpp index bbad106ef..77504d26d 100644 --- a/otherarch/sdcpp/sdtype_adapter.cpp +++ b/otherarch/sdcpp/sdtype_adapter.cpp @@ -825,7 +825,7 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs) } else if(is_qwenimg) { - uint8_t * loaded = load_image_from_b64(extra_image_data[i],nx2,ny2,img2imgW,img2imgH,3); + uint8_t * loaded = load_image_from_b64(extra_image_data[i],nx2,ny2); if(loaded) { input_extraimage_buffers.push_back(loaded);