diff --git a/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx b/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx index c3c5d3a89..17c99c3ba 100644 --- a/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx +++ b/docs_new/cookbook/diffusion/Cosmos/Cosmos3.mdx @@ -40,24 +40,16 @@ Serve `Cosmos3-Nano` directly from the Hugging Face model ID: ```bash Command sglang serve \ - --model-type diffusion \ --model-path nvidia/Cosmos3-Nano \ - --num-gpus 1 \ - --host 0.0.0.0 \ - --port 30010 \ - --output-path /tmp/sglang-cosmos3 + --num-gpus 1 ``` For `Cosmos3-Super`, split the model across multiple GPUs: ```bash Command sglang serve \ - --model-type diffusion \ --model-path nvidia/Cosmos3-Super \ - --num-gpus 4 \ - --host 0.0.0.0 \ - --port 30010 \ - --output-path /tmp/sglang-cosmos3 + --num-gpus 4 ``` The server also accepts the specialized `nvidia/Cosmos3-Super-Text2Image` and `nvidia/Cosmos3-Super-Image2Video` checkpoint IDs. diff --git a/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx b/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx new file mode 100644 index 000000000..b72b284f9 --- /dev/null +++ b/docs_new/cookbook/diffusion/LingBot-World/LingBot-World.mdx @@ -0,0 +1,172 @@ +--- +title: LingBot World +metatags: + description: "Serve LingBot World realtime camera-controlled video world models with SGLang-diffusion." +tag: REALTIME +--- + +## 1. Model Introduction + +[LingBot World](https://huggingface.co/robbyant/lingbot-world-fast-diffusers) is a realtime camera-controlled video world model. In SGLang-diffusion, it belongs to the realtime causal path: the server keeps a live session, samples control signals per chunk, reuses causal DiT state, and decodes video frames incrementally. + +
/v1/realtime_video/generate