Replies: 1 comment 5 replies
-
|
Looks like it's either missing the text encoder (it's supposed to be Qwen3-VL-8B-Instruct) or the text encoder file is broken. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am sure this is me missing something, so not logging as a bug.
Went thru the instructions to generate the GGUFs and downloaded and copied the other files over as it says to do. Ran the 'cat demo' in the instructions ( but on Linux, not windows, so adjusted the path and dropped the .exe, but otherwise identical ) and get the below error. I waited a few releases and again tried with the current as of toady, same results.
Included a few steps before the error, that were successful for context.
[INFO ] stable-diffusion.cpp:955 - using VAE for encoding / decoding
[INFO ] auto_encoder_kl.hpp:527 - vae decoder: ch = 128
[INFO ] stable-diffusion.cpp:1073 - Using flash attention in the diffusion model
[DEBUG] stable-diffusion.cpp:1091 - validating model metadata
[ERROR] model_manager.cpp:436 - Conditioner model tensor 'text_encoders.llm.model.embed_tokens.weight' not in model metadata
[ERROR] model_manager.cpp:436 - Conditioner model tensor 'text_encoders.llm.model.norm.weight' not in model metadata
[ERROR] stable-diffusion.cpp:1137 - model metadata validation failed
[INFO ] main.cpp:746 - new_sd_ctx_t failed
Beta Was this translation helpful? Give feedback.
All reactions