Nodes/MD Nodes/MD: AMED Solver (Corrected Euler)
ComfyUI Node

MD: AMED Solver (Corrected Euler)

A ComfyUI node in MD_Nodes/Samplers with 4 inputs and 2 outputs.

By MDMAchine·Created about a year ago·Updated 2 months ago· 14
MD: AMED Solver (Corrected Euler)
    • sampler
    • curve_plot
    dampening_factor1.00
    force_euler_last_steptrue
    debug_mode0 - Silent
    enable_profilingfalse
    CategoryMD_Nodes/Samplers

    Inputs (4)

    NameTypeDefaultDescription
    dampening_factorFLOAT1.000–2DAMPENING FACTOR • Purpose: Controls the strength of AMED correction. • Range: 0.0 (Pure Euler) to 2.0 (Aggressive Predictor). • Trade-offs: High values improve detail but risk mathematical instability (NaNs). ⭐ Recommended: 1.0 for standard generation. Reduce if output goes black.
    force_euler_last_stepBOOLEANtrueFORCE EULER LAST STEP • Purpose: Switches back to simple Euler math for the very final step. • Trade-offs: Prevents sharp artifacts from forming at near-zero sigmas. ⭐ Recommended: True. Highly required for audio/spectrograms.
    debug_modeCOMBO0 - SilentLOGGING VERBOSITY • Purpose: Controls console output and analytics generation. • Options: 0 (Silent), 1 (Stats/Performance), 2 (Full trace). ⭐ Recommended: 0 - Silent for production.
    enable_profilingBOOLEANfalseENABLE PROFILING • Purpose: Measure timing of individual sampling steps. • Note: Automatically enabled if debug_mode >= 1.

    Outputs (2)

    NameTypeDescription
    samplerSAMPLER
    curve_plotIMAGE