https://github.com/neo-ciber94/dallemini_cli
A CLI utility for DALL·E mini
https://github.com/neo-ciber94/dallemini_cli
Last synced: 4 months ago
JSON representation
A CLI utility for DALL·E mini
- Host: GitHub
- URL: https://github.com/neo-ciber94/dallemini_cli
- Owner: Neo-Ciber94
- License: mit
- Created: 2022-06-24T04:08:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T04:11:53.000Z (about 3 years ago)
- Last Synced: 2025-04-08T02:34:49.344Z (6 months ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DALL·E mini CLI
[![CI][ci_badge]][ci] [![DALL-E Mini HealthCheck][hcheck_badge]][hcheck]
[ci]: https://github.com/Neo-Ciber94/dallemini_cli/actions/workflows/ci.yml
[ci_badge]: https://github.com/Neo-Ciber94/dallemini_cli/actions/workflows/ci.yml/badge.svg
[hcheck]: https://github.com/Neo-Ciber94/dallemini_cli/actions/workflows/healthcheck.yml
[hcheck_badge]: https://github.com/Neo-Ciber94/dallemini_cli/actions/workflows/healthcheck.yml/badge.svgA CLI utility for generate images using DALL·E mini.
>Try it out **DALLE-Mini**: https://huggingface.co/spaces/dalle-mini/dalle-mini
## Usage
```bash
Usage: dallemini generate
Version: 0.2.1DALL-E Mini: https://huggingface.co/spaces/dalle-mini/dalle-mini
Description:
Generates an image from the given prompt using DALL-E Mini
Options:
-h, --help - Show this help.
-s, --silent - Don't show any output
-l, --log [log] - Minimum log level (Default: "debug", Values: "debug", "info", "warn", "error")
-o, --output - Output path of the images
-n, --name - Name of the generate files
-r, --retry - Number of retries if the operation fails. (Default: 3)
-b, --batch - Number of times to generate images (Default: 1)Examples:
Generate image: dallemini generate --output ./out pizza
```