Set default hunyuan refiner shift to 4.0 (#9833)

This commit is contained in:
comfyanonymous 2025-09-12 13:40:12 -07:00 committed by GitHub
parent e600520f8a
commit 7757d5a657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1329,7 +1329,7 @@ class HunyuanImage21Refiner(HunyuanVideo):
} }
sampling_settings = { sampling_settings = {
"shift": 1.0, "shift": 4.0,
} }
latent_format = latent_formats.HunyuanImage21Refiner latent_format = latent_formats.HunyuanImage21Refiner