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 | e5540e0e0acc12877b9f06fe57ec6c26984fbaa8 (patch) | |
tree | ec177263625dc0a1cd1c52f530e4c01a4af0066b /README.md | |
parent | fbf52af1c493ad5e74a6ddfbf285f55a7aa933aa (diff) | |
download | dallegen-e5540e0e0acc12877b9f06fe57ec6c26984fbaa8.tar.gz dallegen-e5540e0e0acc12877b9f06fe57ec6c26984fbaa8.tar.bz2 dallegen-e5540e0e0acc12877b9f06fe57ec6c26984fbaa8.zip |
improved the number parameter and added an option to upscale
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,6 @@ -<h1>Dalle Mini API Abuser</h1> +<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> -Abuse the dalle-mini API from the cli! - Usage: [options] [prompt ...] @@ -12,4 +10,6 @@ Arguments: Options: -h, --help -o, --output=OUTPUT Write output to this folder (default: /tmp/) - -n, --number=NUMBER number of images you'd like (default: 9) + -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 + |