AutomationFlowsWeb Scraping › Monitor Stable Diffusion Health Every 5 Min

Monitor Stable Diffusion Health Every 5 Min

Original n8n title: Sd Health

sd-health. Uses httpRequest. Scheduled trigger; 7 nodes.

Cron / scheduled trigger★★★★☆ complexity7 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 7 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "sd-health",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes"
            }
          ]
        }
      },
      "id": "Cron",
      "name": "Cron (alle 5 Minuten)",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [
        240,
        260
      ]
    },
    {
      "parameters": {
        "url": "http://127.0.0.1:3311",
        "options": {}
      },
      "id": "OH",
      "name": "OH GUI",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        520,
        120
      ]
    },
    {
      "parameters": {
        "url": "http://127.0.0.1:8811/healthz"
      },
      "id": "SEQ",
      "name": "Sequential (8811)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        520,
        220
      ]
    },
    {
      "parameters": {
        "url": "http://127.0.0.1:8812/healthz"
      },
      "id": "MEM",
      "name": "Memory (8812)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        520,
        320
      ]
    },
    {
      "parameters": {
        "url": "http://127.0.0.1:8815/healthz"
      },
      "id": "BRIDGE",
      "name": "Bridge (8815)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        520,
        420
      ]
    },
    {
      "parameters": {
        "functionCode": "const ok = (r)=> r.statusCode>=200 && r.statusCode<400;\nreturn [{\n  json: {\n    timestamp: new Date().toISOString(),\n    status: {\n      openhands: ok(items[0].json) ? 'up' : 'down',\n      sequential: ok(items[1].json) ? 'up' : 'down',\n      memory: ok(items[2].json) ? 'up' : 'down',\n      bridge: ok(items[3].json) ? 'up' : 'down'\n    }\n  }\n}];"
      },
      "id": "Aggregate",
      "name": "Aggregate",
      "type": "n8n-nodes-base.function",
      "typeVersion": 2,
      "position": [
        780,
        270
      ]
    },
    {
      "parameters": {
        "requestMethod": "POST",
        "url": "http://127.0.0.1:8815/run",
        "options": {
          "useQueryString": true
        },
        "queryParametersUi": {
          "parameter": [
            {
              "name": "prompt",
              "value": "={{`# Healthcheck\\nTimestamp: ${$json.timestamp}\\nOpenHands: ${$json.status.openhands}\\nSequential: ${$json.status.sequential}\\nMemory: ${$json.status.memory}\\nBridge: ${$json.status.bridge}\\n\\nBitte speichere diese Beobachtung im Memory (namespace: sd/health).`}}"
            }
          ]
        }
      },
      "id": "Send_to_Bridge",
      "name": "\u2192 Bridge (persist)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        1040,
        270
      ]
    }
  ],
  "connections": {
    "Cron (alle 5 Minuten)": {
      "main": [
        [
          {
            "node": "OH",
            "type": "main",
            "index": 0
          },
          {
            "node": "SEQ",
            "type": "main",
            "index": 0
          },
          {
            "node": "MEM",
            "type": "main",
            "index": 0
          },
          {
            "node": "BRIDGE",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OH": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SEQ": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "MEM": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "BRIDGE": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 3
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "\u2192 Bridge (persist)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

sd-health. Uses httpRequest. Scheduled trigger; 7 nodes.

Source: https://github.com/161sam/smolit_dev_pkg/blob/main/n8n/sd-health.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Birthday Automation - Production (Fixed). Uses stopAndError, httpRequest, emailSend, bannerbear. Scheduled trigger; 86 nodes.

Stop And Error, HTTP Request, Email Send +1
Web Scraping

This template runs two scheduled workflows to govern Microsoft Entra ID (Azure AD) guest accounts by detecting stale users via Microsoft Graph, staging deletions in SharePoint with a 72-hour window, n

Microsoft SharePoint, Microsoft Teams, Microsoft Entra +1
Web Scraping

Jira-Allure-Auto-Qa. Uses httpRequest, jira. Scheduled trigger; 68 nodes.

HTTP Request, Jira
Web Scraping

Spotify-Sync-Surrealdb-V1. Uses httpRequest, n8n-nodes-surrealdb, spotify. Scheduled trigger; 62 nodes.

HTTP Request, N8N Nodes Surrealdb, Spotify
Web Scraping

As n8n instances scale, teams often lose track of sub-workflows—who uses them, where they are referenced, and whether they can be safely updated. This leads to inefficiencies like unnecessary copies o

HTTP Request, n8n, N8N Trigger +1