https://github.com/haoming02/sd-webui-util-api
An Extension for Automatic1111 Webui that adds basic image-processing APIs
https://github.com/haoming02/sd-webui-util-api
rest-api stable-diffusion-webui
Last synced: 8 months ago
JSON representation
An Extension for Automatic1111 Webui that adds basic image-processing APIs
- Host: GitHub
- URL: https://github.com/haoming02/sd-webui-util-api
- Owner: Haoming02
- License: mit
- Created: 2024-10-28T08:56:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T10:13:28.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:56:51.258Z (over 1 year ago)
- Topics: rest-api, stable-diffusion-webui
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SD Webui Image Utility APIs
This is an Extension for the [Automatic1111 Webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui), which adds a few simple API endpoints to process images, useful when accessing the Webui from external programs without built-in image processing capabilities *(**eg.** Unity)*.
> Compatible with [Forge](https://github.com/lllyasviel/stable-diffusion-webui-forge)
> [!NOTE]
> This Extension does **nothing** if you are not using `--api`
> [!TIP]
> See the official [Wiki](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API) for how to access the Webui via API
Will probably add more functions in the future...