mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-25 15:55:18 +00:00
Set default shift on mochi to 6.0
This commit is contained in:
parent
9ee0a6553a
commit
669d9e4c67
@ -678,7 +678,7 @@ class GenmoMochi(supported_models_base.BASE):
|
|||||||
|
|
||||||
sampling_settings = {
|
sampling_settings = {
|
||||||
"multiplier": 1.0,
|
"multiplier": 1.0,
|
||||||
"shift": 1.0,
|
"shift": 6.0,
|
||||||
}
|
}
|
||||||
|
|
||||||
unet_extra_config = {}
|
unet_extra_config = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user