stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Feature Request]: Adding a feature to export the prompt data as a json

Open TanmayDoesAI opened this issue 3 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues and checked the recent builds/commits

What would your feature do ?

There is already a method to export as a txt file, but it would be better to export as a json file as then for any bulk task it would be a lot easier to work with information. If given a chance I could work on this issue!

Proposed workflow

  1. Go to settings
  2. Near the save data as a txt file, there would be an option to save as a json file
  3. The data would be saved as json objects

Additional information

No response

TanmayDoesAI avatar Feb 26 '23 08:02 TanmayDoesAI

This would be trivial to implement. With the samples_log_stdout option in config.json, we can already get the json data. Just gotta get that to a file.

KataiKi avatar Feb 27 '23 17:02 KataiKi

Likely a dupe of #8106

KataiKi avatar Feb 27 '23 17:02 KataiKi