Generate a photorealistic image from a rough sketch or scribble using Stable Diffusion.
Type: Async
Usage
simplified image:sd-scribble --url <sketch-url> --prompt <text> [--wait]Options
| Flag | Type | Required | Description |
|---|---|---|---|
--url | string | ✅ | Public URL of the sketch/scribble image |
--prompt | string | ✅ | Description of the desired output |
--wait | boolean | Block until complete (timeout: 120s) |
Example
simplified image:sd-scribble \
--url "https://example.com/sketch.png" \
--prompt "a modern office building, photorealistic, 8k" \
--waitResponse (with --wait)
{ "url": "https://cdn.simplified.com/generated.png" }