https://github.com/tuki0918/novelai-png-metadata-cli
https://github.com/tuki0918/novelai-png-metadata-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuki0918/novelai-png-metadata-cli
- Owner: tuki0918
- License: mit
- Created: 2022-11-13T08:04:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T08:05:38.000Z (over 2 years ago)
- Last Synced: 2025-03-10T16:49:14.927Z (3 months ago)
- Language: Go
- Size: 877 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# novelai-png-metadata-cli
Example output:
```
$ novelai-png-metadata-cli metadata --file .docs/sample-cat.png | jq .
{
"title": "AI generated image",
"software": "NovelAI",
"source": "Stable Diffusion 1D44365E",
"prompts": "masterpiece, best quality, cat, space, icon",
"uc": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry",
"steps": 50,
"strength": 0.4,
"seed": 2253955223,
"scale": 10,
"sampler": "k_euler_ancestral",
"noise": 0
}
```