We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031389b commit 5f441abCopy full SHA for 5f441ab
flux.hpp
@@ -864,7 +864,7 @@ namespace Flux {
864
std::string tensor_name = pair.first;
865
if (tensor_name.find("model.diffusion_model.") == std::string::npos)
866
continue;
867
- if (tensor_name.find("guidance_in.in_layer.weight") != std::string::npos) {
+ if (tensor_name.find("guidance_in.in_layer.weight") != std::string::npos || tensor_name.find("guidance_in.in_layer.A") != std::string::npos) {
868
// not schnell
869
flux_params.guidance_embed = true;
870
}
0 commit comments