Skip to content

Commit a0dbf04

Browse files
Set default hunyuan refiner shift to 4.0 (comfyanonymous#9833)
1 parent 726867f commit a0dbf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/supported_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ class HunyuanImage21Refiner(HunyuanVideo):
13291329
}
13301330

13311331
sampling_settings = {
1332-
"shift": 1.0,
1332+
"shift": 4.0,
13331333
}
13341334

13351335
latent_format = latent_formats.HunyuanImage21Refiner

0 commit comments

Comments
 (0)