Fixed widget_values order for KSamplerAdvanced node: - Changed sampler from dpmpp_2m to euler (valid sampler) - Changed scheduler from karras to normal (valid scheduler) - Fixed end_at_step from 10000 to 25 (matching steps count) This resolves validation errors: - scheduler '0' not in list - cfg could not convert 'dpmpp_2m' to float - sampler_name 'karras' not in list - end_at_step 'disable' invalid literal for int 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>