https://github.com/phimage/maple-diffusion-cli
https://github.com/phimage/maple-diffusion-cli
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phimage/maple-diffusion-cli
- Owner: phimage
- License: mit
- Created: 2022-11-10T12:01:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-10T17:29:44.000Z (over 3 years ago)
- Last Synced: 2025-01-28T22:18:32.662Z (about 1 year ago)
- Language: Swift
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# maple-diffusion-cli
[](http://mit-license.org)
[](https://developer.apple.com/resources/)
[](https://developer.apple.com/swift)
[](https://github.com/phimage/maple-diffusion-cli/actions/workflows/build.yml)
[](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
```