Add a ModelSamplingAuraFlow node to change the shift value.

Set the default AuraFlow shift value to 1.73 (sqrt(3)).
This commit is contained in:
comfyanonymous
2024-07-11 17:51:56 -04:00
parent 9f291d75b3
commit 8e012043a9
2 changed files with 16 additions and 2 deletions

View File

@@ -564,6 +564,7 @@ class AuraFlow(supported_models_base.BASE):
sampling_settings = {
"multiplier": 1.0,
"shift": 1.73,
}
unet_extra_config = {}