Checkpoint from VS Code for coding agent session#17138
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR enables the API functionality for the Stable Diffusion WebUI by adding the --api command line argument to the default configuration. This allows the web interface to expose REST API endpoints for programmatic access.
- Added
--apiflag to COMMANDLINE_ARGS in webui-user.bat - Added blank line for improved formatting
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
BossX429
left a comment
There was a problem hiding this comment.
This update configures the webui-user.bat script to launch the application with the API enabled by default, making it more convenient for users who want to interact with the API
BossX429
left a comment
There was a problem hiding this comment.
Refactored the image processing function in modules/processing.py
Updated UI elements in webui.py to reflect processing speed improvements
Added tests to test_processing.py
|
Description
Screenshots/videos:
Checklist: