@@ -22,22 +22,25 @@ Usage: [OPTIONS]
22
22
Generate a transcription from an audio file. translate (str): Generate a
23
23
translated transcription from an audio file. image (str): Generate an
24
24
image from a prompt. number_of_images (int): Specify the number of
25
- images to generate. (default: 1) size (str): Specify the size of the
26
- images to generate (default: 1024x1024).
25
+ images to generate. (default: 1) image_folder (str): Folder to save the
26
+ generated images. size (str): Specify the size of the images to generate
27
+ (default: 1024x1024).
27
28
28
29
Options:
29
- -h, --help Prints the help message.
30
- -v, --verbose Makes the error messages verbose.
31
- -c, --chat Start an interactive chat with the AI.
32
- -m, --model TEXT Model name to use for chat.
33
- -w, --whisper PATH Generate a transcription from an audio file.
34
- -t, --translate PATH Generate a translated transcription from an
35
- audio file.
36
- -i, --image TEXT Generate an image from a prompt.
37
- --number_of_images INTEGER Generate image(s) from a prompt. Specify the
38
- number of images to generate.
39
- --size TEXT Specify the size of the images to generate
40
- (default: 1024x1024).
30
+ -h, --help Prints the help message.
31
+ -v, --verbose Makes the error messages verbose.
32
+ -c, --chat Start an interactive chat with the AI.
33
+ -m, --model TEXT Model name to use for chat.
34
+ -w, --whisper PATH Generate a transcription from an audio file.
35
+ -t, --translate PATH Generate a translated transcription from an
36
+ audio file.
37
+ -i, --image TEXT Generate an image from a prompt.
38
+ -n, --number-of-images INTEGER Generate image(s) from a prompt. Specify the
39
+ number of images to generate.
40
+ -f, --image-folder TEXT Folder to save the generated images.
41
+ (Default: ./images)
42
+ --size TEXT Specify the size of the images to generate
43
+ (default: 1024x1024).
41
44
```
42
45
43
46
## Usage Examples
0 commit comments