fix: tune ernie-image default flow shift (#1433)

This commit is contained in:
Erik Scholz 2026-04-18 08:58:00 +02:00 committed by GitHub
parent 2bcff67480
commit 6a9cb31150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -943,6 +943,8 @@ public:
pred_type = FLOW_PRED;
if (sd_version_is_wan(version)) {
default_flow_shift = 5.f;
} else if (sd_version_is_ernie_image(version)) {
default_flow_shift = 4.f;
} else {
default_flow_shift = 3.f;
}