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 | 9798cadf3116edc24684fdcd23a14ea4bb35abdc (patch) | |
tree | ec177263625dc0a1cd1c52f530e4c01a4af0066b /manpage | |
parent | c78b95c7c8482f92128cf0f702ab2884b2f59418 (diff) | |
download | dallegen-9798cadf3116edc24684fdcd23a14ea4bb35abdc.tar.gz dallegen-9798cadf3116edc24684fdcd23a14ea4bb35abdc.tar.bz2 dallegen-9798cadf3116edc24684fdcd23a14ea4bb35abdc.zip |
improved the number parameter and added an option to upscale
Diffstat (limited to 'manpage')
-rw-r--r-- | manpage | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. -.TH DALLE_MINI_API "Michael" "June 2022" "dalle_mini_api 1.0" "User Commands" +.TH DALLEGEN "1" "June 2022" "dallegen 2" "User Commands" .SH NAME -dalle_mini_api \- Dalle Mini API ABuser +dallegen \- manual page for dallegen 2 .SH DESCRIPTION Abuse the dalle\-mini API from the cli! .SS "Usage:" @@ -18,4 +18,7 @@ Abuse the dalle\-mini API from the cli! Write output to this folder (default: /tmp/) .TP \fB\-n\fR, \fB\-\-number\fR=\fI\,NUMBER\/\fR -number of images you'd like (default: 9) +the number of times you'd like to request for each prompt. Expect 9 per request. (default: 1) +.TP +\fB\-u\fR, \fB\-\-upscale\fR +Use SwiniR to upscale the image |