-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is the reason for the different results for DetailDaemonSamplerNode and LyingSigmaSamplerNode? #8
Comments
Detail Daemon and Lying Sigma are similar but not exactly the same. You can't get the exact same result from both. Also |
i apologize for making a typo and missing a minus sign. i have tried to read your code yesterday, but i am totally an amateur when it comes to programming code, so it is a little hard for me to understand it clearly.
i will continue try to understand the actual difference between this two nodes today. |
The main difference between the two is that Detail Daemon by default gradually adjusts the sigmas throughout the denoising process (which you can graph with the graphing node), whereas Lying Sigma makes an abrupt change in sigmas. If you adjust things like the exponent and smooth on Detail Daemon you can get something similar (an abrupt change in sigmas), which should output something similar to Lying Sigma. |
thanks for your explanation. |
thanks for write and share this useful node, it can add details without needing lora and keep composition and content unchanged.
according to the info in README.md, if I understand correctly, the following two nodes should get the same result:
DetailDaemonSamplerNode(detail_amount = 0.5, start=0.3, end=0.9, bias=0.5, exponent=0, start_offset=0, end_offset=0, fade=0, smooth=False, cfg_scale_override=1)
LyingSigmaSamplerNode(dishonesty_factor = 0.05, start_percent = 0.3, end_percent = 0.9)
but after some test with Comparing Detailers.json and flux.1-dev / sd3.5-large, the results are quiet different. am i missing some thing or what is the reason for the different results.
DetailDaemonSamplerNode:
LyingSigmaSamplerNode
The text was updated successfully, but these errors were encountered: