Аудит цепочек обработки изображений в SD.Next

★ 6.5 · testing

check-processing is a Claude Code skill that performs a phased, step-by-step audit of SD.Next image generation workflows, tracing execution from UI submit bindings all the way through to backend processing. It covers five workflow chains — txt2img, img2img, control, caption, and video — following calls from UI modules through `processing.py:process_images` down to `processing_diffusers.py:process_diffusers`. For each workflow the skill builds an end-to-end call graph, validates argument order and arity against function signatures, checks type contracts (gr.Image, gr.File, PIL.Image, int/float