mirror of
https://github.com/leejet/stable-diffusion.cpp
synced 2026-04-20 13:56:07 +02:00
fix: tune ernie-image default flow shift (#1433)
This commit is contained in:
parent
2bcff67480
commit
6a9cb31150
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user