chore: remove sd3 flash attention warn (#812)

This commit is contained in:
leejet 2025-09-10 22:21:02 +08:00 committed by GitHub
parent ac5a215998
commit b017918106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,9 +344,6 @@ public:
LOG_INFO("Using flash attention in the diffusion model");
}
if (sd_version_is_sd3(version)) {
if (sd_ctx_params->diffusion_flash_attn) {
LOG_WARN("flash attention in this diffusion model is currently not implemented!");
}
cond_stage_model = std::make_shared<SD3CLIPEmbedder>(clip_backend,
offload_params_to_cpu,
model_loader.tensor_storages_types);