Skip to content

Commit

Permalink
Lower the default shift of lumina to reduce artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Feb 4, 2025
1 parent 3e880ac commit 8ac2ddd
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": 6.0,
"shift": 3.0,
}

memory_usage_factor = 1.2
Expand Down

0 comments on commit 8ac2ddd

Please sign in to comment.