• comfyanonymous's avatar
    Invert the start and end percentages in the code. · dcec1047
    comfyanonymous authored
    This doesn't affect how percentages behave in the frontend but breaks
    things if you relied on them in the backend.
    
    percent_to_sigma goes from 0 to 1.0 instead of 1.0 to 0 for less confusion.
    
    Make percent 0 return an extremely large sigma and percent 1.0 return a
    zero one to fix imprecision.
    dcec1047
nodes_model_advanced.py 5.96 KB