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
- Host: GitHub
- URL: https://github.com/huchenlei/sd-webui-api-payload-display
- Owner: huchenlei
- License: mit
- Created: 2023-06-18T19:48:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T18:15:09.000Z (over 1 year ago)
- Last Synced: 2025-05-07T18:08:27.639Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 204
- Watchers: 3
- Forks: 21
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sd-webui-api-payload-display
Display the corresponding API payload after each generation on WebUI
# 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).