Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Mar 21, 2024
1 parent 236030b commit 450ee33
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# pngparam

read Stable Diffusion parameters from png files

## Install

download from [Releases](https://github.com/Narazaka/pngparam/releases/)

## Usage

```
Usage: pngparam [--json] <pngfile...>
Usage: pngparam [--json] -d <dir...>
Usage: pngparam [--json] -r <recursive dir...>
```

## Build

```
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
```

## License

[Zlib License](LICENSE)

0 comments on commit 450ee33

Please sign in to comment.