Skip to content

Commit

Permalink
Set the shift for Lumina back to 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 5, 2025
1 parent 94f21f9 commit 37cd448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/supported_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ class Lumina2(supported_models_base.BASE):

sampling_settings = {
"multiplier": 1.0,
"shift": 3.0,
"shift": 6.0,
}

memory_usage_factor = 1.2
Expand Down

0 comments on commit 37cd448

Please sign in to comment.