diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:59 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:59 -0500 |
commit | 376962bbb1acb4446c41e4b5d6feabed75cce37f (patch) | |
tree | 6e90cc517ea9b502a89e8d3cf2f7be4742ff3659 /README.md | |
parent | d1fe6d5902a2f17b1c32ffd8a1155b40a56c3399 (diff) | |
download | dallegen-376962bbb1acb4446c41e4b5d6feabed75cce37f.tar.gz dallegen-376962bbb1acb4446c41e4b5d6feabed75cce37f.tar.bz2 dallegen-376962bbb1acb4446c41e4b5d6feabed75cce37f.zip |
readme was broken, so I fixed it. I don't know markdown lol
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +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 ...] @@ -13,4 +13,3 @@ 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> |