imgenv0.3.1

← All examples

Batch job without output path

imgen --prompt-file examples/prompt-files/missing-out.json: the file is rejected before any request, with the missing field named.

Batch job without output path

examples/missing-out.txt
[
  { "prompt": "A mountain landscape", "out": "images/mountain.png" },
  { "prompt": "A cityscape at night" }
]
Error: Failed to parse prompt file examples/prompt-files/missing-out.json

Caused by:
    0: Failed to parse jobs array
    1: missing field `out`
exit code 1
  • batch
  • validation