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