Set the shift for Lumina back to 6.

This commit is contained in:
comfyanonymous 2025-02-05 14:49:52 -05:00
parent 94f21f9301
commit 37cd448529

View File

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