mirror of
https://github.com/leejet/stable-diffusion.cpp
synced 2026-03-04 14:09:29 +01:00
* Write generation parameter exif data into output pngs. This adds prompt, negative prompt (if nonempty) and other generation parameters to the output file as a tEXt PNG block, in the same format as AUTOMATIC1111 webui does. In order to keep everything free of external library dependencies, I have somewhat dirtily hacked this into the stb_image_write implementation. * Mention png text data in README.md, include "karras" in sampler text * add Steps/Model/RNG to parameter string --------- Co-authored-by: leejet <leejet714@gmail.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| main.cpp | ||
| stb_image_write.h | ||
| stb_image.h | ||