This pull request implements a Critical Runtime Event (CRE) detection rule for Stable Diffusion AUTOMATIC1111 WebUI CUDA out of memory errors during batch processing. The rule identifies critical failures where GPU memory exhaustion causes complete generation pipeline crashes.
Stable Diffusion WebUI systems can experience critical CUDA out of memory errors during batch image generation, creating scenarios where:
rules/cre-2025-0140/sd-webui-oom.yamlrules/cre-2025-0140/test.loghttps://github.com/Sahelisaha04/n8n-cre-demo (invitation send)
https://github.com/user-attachments/assets/da3f289b-76ab-4931-a7a1-858b2067ea45
docker compose -f docker-compose-simple.yml up log-generator
# Test CUDA OOM detection (should detect failure)
cat tests/test.log | preq -r rules/cre-2025-0140/sd-webui-oom.yaml -d
# Test with freshly generated logs
cat tests/generated_failure.log | preq -r rules/cre-2025-0140/sd-webui-oom.yaml -d
Fixes #130 /claim #130
Saheli Saha
@Sahelisaha04
Prequel
@prequel-dev