Skip to content

Commit 5cea2fe

Browse files
committed
don't enforce dims
1 parent 80f88eb commit 5cea2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otherarch/sdcpp/sdtype_adapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ sd_generation_outputs sdtype_generate(const sd_generation_inputs inputs)
825825
}
826826
else if(is_qwenimg)
827827
{
828-
uint8_t * loaded = load_image_from_b64(extra_image_data[i],nx2,ny2,img2imgW,img2imgH,3);
828+
uint8_t * loaded = load_image_from_b64(extra_image_data[i],nx2,ny2);
829829
if(loaded)
830830
{
831831
input_extraimage_buffers.push_back(loaded);

0 commit comments

Comments
 (0)