-
Notifications
You must be signed in to change notification settings - Fork 456
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Summary
Work as an HTTP service.
Detailed Description
Thanks for building this project, this is a fast and clean implementation.
I'd like to suggest adding a server API mode to help with workflows that involve generating many images with different prompts and settings.
Right now with the sd executable, every run reloads the model, which has much overhead on loading models when inferring with variations. A persistent server would allow:
- Loading the model once, then handling multiple generation task via API
- Rapid iteration over different prompts, sizes, steps, etc. without the relaunching overhead
- Easier integration into apps, web UIs, or as a tool for LLM agents
This would make the project much more practical for my personal use case.
Alternatives you considered
No response
Additional context
No response
xxnuo
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request