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

https://github.com/phimage/maple-diffusion-cli


https://github.com/phimage/maple-diffusion-cli

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# maple-diffusion-cli

[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://mit-license.org)
[![Platform](http://img.shields.io/badge/platform-macOS-lightgrey.svg?style=flat)](https://developer.apple.com/resources/)
[![Language](http://img.shields.io/badge/language-swift-orange.svg?style=flat)](https://developer.apple.com/swift)
[![build](https://github.com/phimage/maple-diffusion-cli/actions/workflows/build.yml/badge.svg)](https://github.com/phimage/maple-diffusion-cli/actions/workflows/build.yml)
[![Sponsor](https://img.shields.io/badge/Sponsor-%F0%9F%A7%A1-white.svg?style=flat)](https://github.com/sponsors/phimage)

Command line tool for [mortenjust/maple-diffusion](https://github.com/mortenjust/maple-diffusion)

## Usage

```bash
maple-diffusion --model /path/of/model --ouput myimage.png "a cat"
```

For model see [mortenjust/maple-diffusion](https://github.com/mortenjust/maple-diffusion)

## Install

Just download from release if any, or build it (and move it to `PATH`)

or alternatively execute install script

```bash
sudo curl -sL https://phimage.github.io/maple-diffusion-cli/install.sh | bash
```

## Build yourself

```bash
swift build -c release
```