Skip to content

[Feature] SD-Server: Online Serving like llama-server or vllm-omni #1658

@the-butterfly

Description

@the-butterfly

Feature Summary

Online Serving like llama-server or vllm-omni

Detailed Description

Online Serving like llama-server or vllm-omni
Then, it could be visit over local network like:

curl http://localhost:8091/v1/images/generations \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Qwen/Qwen-Image",
    "prompt": "A ceramic teapot on a wooden table",
    "size": "1024x1024",
    "num_inference_steps": 20,
    "seed": 42
  }'

Alternatives you considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions