We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cea2fe commit 0cc0ea4Copy full SHA for 0cc0ea4
otherarch/sdcpp/conditioner.hpp
@@ -1459,6 +1459,7 @@ struct Qwen2_5_VLCLIPEmbedder : public Conditioner {
1459
std::string prompt;
1460
std::vector<std::pair<int, ggml_tensor*>> image_embeds;
1461
size_t system_prompt_length = 0;
1462
+ prompt_template_encode_start_idx = 34;
1463
if (qwenvl->enable_vision && conditioner_params.ref_images.size() > 0) {
1464
LOG_INFO("QwenImageEditPlusPipeline");
1465
prompt_template_encode_start_idx = 64;
0 commit comments