stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Feature Request]: Adding a feature to export the prompt data as a json
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
- Go to settings
- Near the save data as a txt file, there would be an option to save as a json file
- The data would be saved as json objects
Additional information
No response
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.
Likely a dupe of #8106