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
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:
Alternatives you considered
No response
Additional context
No response