mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
sd 3.5 medium
This commit is contained in:
parent
f32a874966
commit
5233e8ed1d
5 changed files with 204 additions and 49 deletions
|
@ -1376,6 +1376,9 @@ SDVersion ModelLoader::get_sd_version() {
|
|||
if (tensor_storage.name.find("model.diffusion_model.double_blocks.") != std::string::npos) {
|
||||
is_flux = true;
|
||||
}
|
||||
if (tensor_storage.name.find("joint_blocks.0.x_block.attn2.ln_q.weight") != std::string::npos) {
|
||||
return VERSION_SD3_5_2B;
|
||||
}
|
||||
if (tensor_storage.name.find("joint_blocks.37.x_block.attn.ln_q.weight") != std::string::npos) {
|
||||
return VERSION_SD3_5_8B;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue