Set default shift on mochi to 6.0

This commit is contained in:
comfyanonymous 2024-10-27 22:21:04 -04:00
parent 9ee0a6553a
commit 669d9e4c67
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ class GenmoMochi(supported_models_base.BASE):
sampling_settings = {
"multiplier": 1.0,
"shift": 1.0,
"shift": 6.0,
}
unet_extra_config = {}