mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-10 12:11:08 +00:00
don't enforce dims
This commit is contained in:
parent
80f88eb703
commit
5cea2fe944
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue