summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-11 20:45:33 -0600
committermsglm <msglm@techchud.xyz>2023-01-11 20:45:33 -0600
commit3e38b97a631ebf7e2069f9bf5e1c0dc1ec12a938 (patch)
treeb32e2c8e9cad11e99fcbdb6134fca2a2ed1ee1e3
parent37f6f631f7b2a69199cd4e8abc5f89ebca324c2f (diff)
downloaddallegen-master.tar.gz
dallegen-master.tar.bz2
dallegen-master.zip
readme was broken, so I fixed it. I don't know markdown lolHEADmaster
-rw-r--r--README.md21
1 files 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 @@
<p>Allows you to use <a href=https://huggingface.co/spaces/flax-community/dalle-mini>Dalle Mini</a> from the CLI via the public API.</p>
<h2>Usage</h2>
+
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