added photomaker lora model (to be tested)

This commit is contained in:
bssrdf
2024-02-12 16:31:02 -05:00
parent 857af489a9
commit b0579ec460
6 changed files with 455 additions and 23 deletions

View File

@@ -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;
}