An open API service indexing awesome lists of open source software.

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

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.svg

A 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.1

DALL-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
```