mirror of
https://github.com/leejet/stable-diffusion.cpp.git
synced 2026-07-29 14:20:57 -05:00
added photomaker lora model (to be tested)
This commit is contained in:
@@ -1410,7 +1410,7 @@ bool ModelLoader::load_tensors(std::map<std::string, struct ggml_tensor*>& tenso
|
||||
real = tensors[name];
|
||||
} else {
|
||||
if (ignore_tensors.find(name) == ignore_tensors.end()) {
|
||||
// LOG_WARN("unknown tensor '%s' in model file", name.c_str());
|
||||
LOG_WARN("unknown tensor '%s' in model file", name.c_str());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user