{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "kevinbatdorf/stable-diffusion",
    "version": "0.1.0",
    "title": "Image Prompt",
    "category": "media",
    "description": "Run text prompts through various AI models using the Replicate cloud API.",
    "attributes": {},
    "supports": {
        "html": false
    },
    "textdomain": "stable-diffusion",
    "editorScript": "file:./index.js",
    "editorStyle": "file:./index.css"
}
