diff options
author | msglm <msglm@techchud.xyz> | 2023-01-11 20:45:33 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-11 20:45:33 -0600 |
commit | f7489cd7cff2ed26d42b0f9a0f550a8cf75ab76a (patch) | |
tree | b81424dc53f236b7689a87c81e4f7ee9fe1d0a7c | |
parent | 9798cadf3116edc24684fdcd23a14ea4bb35abdc (diff) | |
download | dallegen-f7489cd7cff2ed26d42b0f9a0f550a8cf75ab76a.tar.gz dallegen-f7489cd7cff2ed26d42b0f9a0f550a8cf75ab76a.tar.bz2 dallegen-f7489cd7cff2ed26d42b0f9a0f550a8cf75ab76a.zip |
readme was broken, so I fixed it. I don't know markdown lol
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ <h1>Dallegen : A Dalle Mini API Abuser</h1> <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> +<code> Usage: [options] [prompt ...] @@ -12,4 +13,4 @@ Options: -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 - +</code> |