Why is high cfg increasing time of image generation? #2081
-
I'm running SDXL models with LCM. As recomended, I set cfg to 1 and time to iterate 1 step is 12seconds. When I trying to change cfg to 1.5 it becomes exactly 2 times slower. Why is it so? Tested it several times. Even after ComfyUI reloading I have the same results. |
Beta Was this translation helpful? Give feedback.
Answered by
comfyanonymous
Nov 27, 2023
Replies: 1 comment 2 replies
-
cfg 1.0 means the negative prompt is ignored so only the positive noise is predicted which is why it's 2x faster. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
okolenmi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cfg 1.0 means the negative prompt is ignored so only the positive noise is predicted which is why it's 2x faster.