An open API service indexing awesome lists of open source software.

https://github.com/huchenlei/sd-webui-api-payload-display

Display the corresponding API payload after each generation on WebUI
https://github.com/huchenlei/sd-webui-api-payload-display

Last synced: about 1 month ago
JSON representation

Display the corresponding API payload after each generation on WebUI

Awesome Lists containing this project

README

        

# sd-webui-api-payload-display
Display the corresponding API payload after each generation on WebUI
![Image](https://github.com/huchenlei/sd-webui-api-payload-display/assets/20929282/5fd12cf2-cf94-469f-9525-2bf3622c5237)

# Usage
- Do any generation (txt2img or img2img), after the generation completes, the payload will be populated to the extension accordion.
- Ctrl + click to recursively expand the json tree.
- Click `copy` to copy the json payload to clipboard.

# Note
This extension implements [this feature request](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9120).