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 | 06b4f9b1598b031b23384cabf4391bfb2bf14d77 (patch) | |
tree | b32e2c8e9cad11e99fcbdb6134fca2a2ed1ee1e3 | |
parent | 376962bbb1acb4446c41e4b5d6feabed75cce37f (diff) | |
download | dallegen-06b4f9b1598b031b23384cabf4391bfb2bf14d77.tar.gz dallegen-06b4f9b1598b031b23384cabf4391bfb2bf14d77.tar.bz2 dallegen-06b4f9b1598b031b23384cabf4391bfb2bf14d77.zip |
-rw-r--r-- | README.md | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -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 |