ComfyUI Node
MD: AMED Solver (Corrected Euler)
A ComfyUI node in MD_Nodes/Samplers with 4 inputs and 2 outputs.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| dampening_factor | FLOAT | 1.000–2 | DAMPENING 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_step | BOOLEAN | true | FORCE 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_mode | COMBO | 0 - Silent | LOGGING VERBOSITY • Purpose: Controls console output and analytics generation. • Options: 0 (Silent), 1 (Stats/Performance), 2 (Full trace). ⭐ Recommended: 0 - Silent for production. |
| enable_profiling | BOOLEAN | false | ENABLE PROFILING • Purpose: Measure timing of individual sampling steps. • Note: Automatically enabled if debug_mode >= 1. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| sampler | SAMPLER | — |
| curve_plot | IMAGE | — |