Lower the default shift of lumina to reduce artifacts.

This commit is contained in:
comfyanonymous 2025-02-04 06:50:37 -05:00
parent 3e880ac709
commit 8ac2dddeed

View File

@ -873,7 +873,7 @@ class Lumina2(supported_models_base.BASE):
sampling_settings = { sampling_settings = {
"multiplier": 1.0, "multiplier": 1.0,
"shift": 6.0, "shift": 3.0,
} }
memory_usage_factor = 1.2 memory_usage_factor = 1.2