stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

[Bug] run Qwen Image Edit 2509 throw error

Open wszgrcy opened this issue 1 month ago • 3 comments

Git commit

694f0d923578262c4f12ae93ded8e56c116085fe prebuild

Operating System & Version

win10 19045

GGML backends

Vulkan

Command-line arguments used

./sd.exe --diffusion-model ./Qwen-Image-Edit-2509-Q4_K_S.gguf --vae ./qwen_image_vae.safetensors --qwen2vl ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf --qwen2vl_vision ./Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf --cfg-scale 2.5 --sampling-method euler -v --offload-to-cpu --diffusion-fa --flow-shift 3 -r ./flux1-dev-q8_0.png -p "change 'flux.cpp' to 'Qwen Image Edit 2509'"

Steps to reproduce

  • run command
  • It seems to have failed during the loading phase of the model

What you expected to happen

success

What actually happened

throw error

Logs / error messages / stack trace

➜  vulkan ./sd.exe --diffusion-model  ./Qwen-Image-Edit-2509-Q4_K_S.gguf --vae ./qwen_image_vae.safetensors  --qwen2vl ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf --qwen2vl_vision ./Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf --cfg-scale 2.5 --sampling-method euler -v --offload-to-cpu --diffusion-fa --flow-shift 3 -r ./flux1-dev-q8_0.png -p "change 'flux.cpp' to 'Qwen Image Edit 2509'" --verbose
Option:
    n_threads:                         12
    mode:                              img_gen
    model_path:
    wtype:                             unspecified
    clip_l_path:
    clip_g_path:
    clip_vision_path:
    t5xxl_path:
    qwen2vl_path:                      ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf
    qwen2vl_vision_path:               ./Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf
    diffusion_model_path:              ./Qwen-Image-Edit-2509-Q4_K_S.gguf
    high_noise_diffusion_model_path:
    vae_path:                          ./qwen_image_vae.safetensors
    taesd_path:
    esrgan_path:
    control_net_path:
    embedding_dir:
    photo_maker_path:
    pm_id_images_dir:
    pm_id_embed_path:
    pm_style_strength:                 20.00
    output_path:                       output.png
    init_image_path:
    end_image_path:
    mask_image_path:
    control_image_path:
    ref_images_paths:
        ./flux1-dev-q8_0.png
    control_video_path:
    auto_resize_ref_image:             true
    increase_ref_index:                false
    offload_params_to_cpu:             true
    clip_on_cpu:                       false
    control_net_cpu:                   false
    vae_on_cpu:                        false
    diffusion flash attention:         true
    diffusion Conv2d direct:           false
    vae_conv_direct:                   false
    control_strength:                  0.90
    prompt:                            change 'flux.cpp' to 'Qwen Image Edit 2509'
    negative_prompt:
    clip_skip:                         -1
    width:                             512
    height:                            512
    sample_params:                     (txt_cfg: 2.50, img_cfg: 2.50, distilled_guidance: 3.50, slg.layer_count: 3, slg.layer_start: 0.01, slg.layer_end: 0.20, slg.scale: 0.00, scheduler: default, sample_method: euler, sample_steps: 20, eta: 0.00, shifted_timestep: 0)
    high_noise_sample_params:          (txt_cfg: 7.00, img_cfg: 7.00, distilled_guidance: 3.50, slg.layer_count: 3, slg.layer_start: 0.01, slg.layer_end: 0.20, slg.scale: 0.00, scheduler: default, sample_method: default, sample_steps: -1, eta: 0.00, shifted_timestep: 0)
    moe_boundary:                      0.875
    prediction:                        default
    flow_shift:                        3.00
    strength(img2img):                 0.75
    rng:                               cuda
    seed:                              42
    batch_count:                       1
    vae_tiling:                        false
    force_sdxl_vae_conv_scale:         false
    upscale_repeats:                   1
    chroma_use_dit_mask:               true
    chroma_use_t5_mask:                false
    chroma_t5_mask_pad:                1
    video_frames:                      1
    vace_strength:                     1.00
    fps:                               16
    preview_mode:                      none (denoised)
    preview_interval:                  1
System Info:
    SSE3 = 1
    AVX = 1
    AVX2 = 1
    AVX512 = 0
    AVX512_VBMI = 0
    AVX512_VNNI = 0
    FMA = 1
    NEON = 0
    ARM_FMA = 0
    F16C = 1
    FP16_VA = 0
    WASM_SIMD = 0
    VSX = 0
[DEBUG] stable-diffusion.cpp:158  - Using Vulkan backend
[DEBUG] ggml_extend.hpp:66   - ggml_vulkan: Found 1 Vulkan devices:
[DEBUG] ggml_extend.hpp:66   - ggml_vulkan: 0 = AMD Radeon RX 7900 XT (AMD proprietary driver) | uma: 0 | fp16: 1 | bf16: 1 | warp size: 64 | shared memory: 32768 | int dot: 1 | matrix cores: KHR_coopmat
[INFO ] stable-diffusion.cpp:214  - loading diffusion model from './Qwen-Image-Edit-2509-Q4_K_S.gguf'
[INFO ] model.cpp:376  - load ./Qwen-Image-Edit-2509-Q4_K_S.gguf using gguf format
[DEBUG] model.cpp:418  - init from './Qwen-Image-Edit-2509-Q4_K_S.gguf'
[INFO ] stable-diffusion.cpp:261  - loading qwen2vl from './Qwen2.5-VL-7B-Instruct-Q8_0.gguf'
[WARN ] model.cpp:385  - unknown format ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf
[WARN ] stable-diffusion.cpp:263  - loading qwen2vl from './Qwen2.5-VL-7B-Instruct-Q8_0.gguf' failed
[INFO ] stable-diffusion.cpp:268  - loading qwen2vl vision from './Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf'
[INFO ] model.cpp:376  - load ./Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf using gguf format
[DEBUG] model.cpp:418  - init from './Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf'
[INFO ] stable-diffusion.cpp:275  - loading vae from './qwen_image_vae.safetensors'
[INFO ] model.cpp:379  - load ./qwen_image_vae.safetensors using safetensors format
[DEBUG] model.cpp:509  - init from './qwen_image_vae.safetensors', prefix = 'vae.'
[INFO ] stable-diffusion.cpp:298  - Version: Qwen Image
[INFO ] stable-diffusion.cpp:325  - Weight type stat:                      f32: 1572 |     f16: 34   |    q8_0: 194  |    q4_K: 694  |    q5_K: 146  |    bf16: 6
[INFO ] stable-diffusion.cpp:326  - Conditioner weight type stat:          f32: 291  |     f16: 34   |    q8_0: 194
[INFO ] stable-diffusion.cpp:327  - Diffusion model weight type stat:      f32: 1087 |    q4_K: 694  |    q5_K: 146  |    bf16: 6
[INFO ] stable-diffusion.cpp:328  - VAE weight type stat:                  f32: 194
[DEBUG] stable-diffusion.cpp:330  - ggml tensor size = 400 bytes
[DEBUG] qwenvl.hpp:141  - merges size 151387
[DEBUG] qwenvl.hpp:163  - vocab size: 151665
[DEBUG] qwenvl.hpp:937  - enable qwen2vl vision
[DEBUG] qwenvl.hpp:939  - llama.cpp style vision weight
[INFO ] qwen_image.hpp:527  - qwen_image_params.num_layers: 60
[INFO ] stable-diffusion.cpp:464  - Using flash attention in the diffusion model
[DEBUG] ggml_extend.hpp:1785 - qwenvl2.5 params backend buffer size =  27785.84 MB(RAM) (857 tensors)
[DEBUG] ggml_extend.hpp:1785 - qwen_image params backend buffer size =  11638.79 MB(RAM) (1933 tensors)
[DEBUG] ggml_extend.hpp:1785 - wan_vae params backend buffer size =  242.10 MB(RAM) (194 tensors)
[DEBUG] stable-diffusion.cpp:606  - loading weights
[DEBUG] model.cpp:1297 - using 12 threads for model loading
[DEBUG] model.cpp:1319 - loading tensors from ./Qwen-Image-Edit-2509-Q4_K_S.gguf
  |====================================>             | 1933/2646 - 428.03it/s
[DEBUG] model.cpp:1319 - loading tensors from ./Qwen2.5-VL-7B-Instruct.mmproj-Q8_0.gguf
  |==============================================>   | 2452/2646 - 498.17it/s
[DEBUG] model.cpp:1319 - loading tensors from ./qwen_image_vae.safetensors
  |==================================================| 2646/2646 - 516.09it/s
[INFO ] model.cpp:1528 - loading tensors completed, taking 5.14s (process: 0.01s, read: 4.89s, memcpy: 0.00s, convert: 0.04s, copy_to_backend: 0.00s)
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.embed_tokens.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.0.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.1.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.10.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.11.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.12.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.13.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.14.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.15.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.16.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.17.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.18.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.19.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.2.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.20.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.21.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.22.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.23.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.24.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.25.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.26.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.27.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.3.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.4.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.5.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.6.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.7.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.8.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.input_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.mlp.down_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.mlp.gate_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.mlp.up_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.post_attention_layernorm.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.k_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.k_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.o_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.q_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.q_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.v_proj.bias' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.layers.9.self_attn.v_proj.weight' not in model file
[ERROR] model.cpp:1595 - tensor 'text_encoders.qwen2vl.model.norm.weight' not in model file
[ERROR] stable-diffusion.cpp:628  - load tensors from model loader failed
new_sd_ctx_t failed

Additional context / environment details

cpu 5900x gpu 7900xt

wszgrcy avatar Nov 10 '25 02:11 wszgrcy

[INFO ] stable-diffusion.cpp:261 - loading qwen2vl from './Qwen2.5-VL-7B-Instruct-Q8_0.gguf' [WARN ] model.cpp:385 - unknown format ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf

It looks like there are some issues with your Qwen2.5-VL-7B-Instruct-Q8_0.gguf file.

leejet avatar Nov 10 '25 13:11 leejet

[INFO ] stable-diffusion.cpp:261 - loading qwen2vl from './Qwen2.5-VL-7B-Instruct-Q8_0.gguf' [WARN ] model.cpp:385 - unknown format ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf

It looks like there are some issues with your Qwen2.5-VL-7B-Instruct-Q8_0.gguf file.

Thank you for your reply I compared sha256 and it's completely consistent with the official one

wszgrcy avatar Nov 10 '25 15:11 wszgrcy

[INFO ] stable-diffusion.cpp:261 - loading qwen2vl from './Qwen2.5-VL-7B-Instruct-Q8_0.gguf' [WARN ] model.cpp:385 - unknown format ./Qwen2.5-VL-7B-Instruct-Q8_0.gguf

It looks like there are some issues with your Qwen2.5-VL-7B-Instruct-Q8_0.gguf file.

Thank you for your reply I compared sha256 and it's completely consistent with the official one

577bfb3e41f93f00414e594c56a38bbe91207b3b636ab7faf343e34a20aa73ca https://huggingface.co/v2/mradermacher/Qwen2.5-VL-7B-Instruct-GGUF/manifests/Q8_0

The same goes for other gguf files. I downloaded qwen_image_vae. safesensors twice, and sha256 is also equal

wszgrcy avatar Nov 10 '25 15:11 wszgrcy