From 208782f5b077c237379f4fc213b8e92d5fb7b956 Mon Sep 17 00:00:00 2001 From: idostyle Date: Thu, 6 Mar 2025 22:15:49 +0100 Subject: [PATCH] ModelLoader::load_tensors duplicated check Introduced in 2b6ec97fe244d03c40aa8d70131d40bb086099b0 --- model.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/model.cpp b/model.cpp index f3c5ae57..24da39f6 100644 --- a/model.cpp +++ b/model.cpp @@ -1929,9 +1929,6 @@ bool ModelLoader::load_tensors(std::map& tenso if (pair.first.find("cond_stage_model.transformer.text_model.encoder.layers.23") != std::string::npos) { continue; } - if (pair.first.find("alphas_cumprod") != std::string::npos) { - continue; - } if (pair.first.find("alphas_cumprod") != std::string::npos) { continue;