From 3e38b97a631ebf7e2069f9bf5e1c0dc1ec12a938 Mon Sep 17 00:00:00 2001 From: msglm Date: Wed, 11 Jan 2023 20:45:33 -0600 Subject: readme was broken, so I fixed it. I don't know markdown lol --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 364ab65..08e7a0e 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,23 @@

Allows you to use Dalle Mini from the CLI via the public API.

Usage

+ Usage: - [options] [prompt ...] + +[options] [prompt ...] + Arguments: - [prompt ...] + +[prompt ...] + Options: - -h, --help - -o, --output=OUTPUT Write output to this folder (default: /tmp/) - -n, --number=NUMBER the number of times you'd like to request for each prompt. Expect 9 per request. (default: 1) - -u, --upscale Use SwiniR to upscale the image + + -h, --help + + -o, --output=OUTPUT Write output to this folder (default: /tmp/) + + -n, --number=NUMBER the number of times you'd like to request for each prompt. Expect 9 per request. (default: 1) + + -u, --upscale Use SwiniR to upscale the image -- cgit v1.2.3