image:sd-scribble

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

FlagTypeRequiredDescription
--urlstringPublic URL of the sketch/scribble image
--promptstringDescription of the desired output
--waitbooleanBlock until complete (timeout: 120s)

Example

simplified image:sd-scribble \
  --url "https://example.com/sketch.png" \
  --prompt "a modern office building, photorealistic, 8k" \
  --wait

Response (with --wait)

{ "url": "https://cdn.simplified.com/generated.png" }