diff --git a/comfy/supported_models.py b/comfy/supported_models.py index 8300c4c3..9931f4c5 100644 --- a/comfy/supported_models.py +++ b/comfy/supported_models.py @@ -678,7 +678,7 @@ class GenmoMochi(supported_models_base.BASE): sampling_settings = { "multiplier": 1.0, - "shift": 1.0, + "shift": 6.0, } unet_extra_config = {}