mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-24 14:57:56 +08:00
Set default shift on mochi to 6.0
This commit is contained in:
parent
1a27859ed1
commit
4a8865c14d
@ -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…
x
Reference in New Issue
Block a user