mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-09-21 21:47:49 -05:00
fix: remove vision_model. from ununsed tensors (#1983)
This commit is contained in:
@@ -70,7 +70,6 @@ const char* unused_tensors[] = {
|
||||
"text_encoders.llm.output.weight",
|
||||
"text_encoders.llm.lm_head.",
|
||||
"language_model.lm_head.",
|
||||
"vision_model.",
|
||||
};
|
||||
|
||||
bool is_unused_tensor(const std::string& name) {
|
||||
|
||||
Reference in New Issue
Block a user