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 | 92a1824df0cc699661e2c04f9f71c663016d56ba (patch) | |
tree | 4f4c9269126e1c783d8925e73227badaae916503 /README.md | |
download | dallegen-92a1824df0cc699661e2c04f9f71c663016d56ba.tar.gz dallegen-92a1824df0cc699661e2c04f9f71c663016d56ba.tar.bz2 dallegen-92a1824df0cc699661e2c04f9f71c663016d56ba.zip |
Initial Commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bc4895 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +<h1>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> +Abuse the dalle-mini API from the cli! + +Usage: + [options] [prompt ...] + +Arguments: + [prompt ...] + +Options: + -h, --help + -o, --output=OUTPUT Write output to this folder (default: /tmp/) + -n, --number=NUMBER number of images you'd like (default: 9) +</code> + + |