MickJ commited on
Commit
b2a1b0d
·
1 Parent(s): 5897175

Use SGLang main branch for Cosmos3 install

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -416,10 +416,10 @@ python scripts/upsample_prompt.py \
416
 
417
  ### SGLang
418
 
419
- SGLang-Diffusion can serve `nvidia/Cosmos3-Super-Image2Video` through the OpenAI-compatible async video endpoint. Install SGLang from source with diffusion dependencies, then start the server:
420
 
421
  ```bash
422
- git clone https://github.com/sgl-project/sglang.git
423
  cd sglang
424
  pip install -e "python[diffusion]"
425
  pip install "cosmos-guardrail==0.3.1"
@@ -429,6 +429,8 @@ sglang serve \
429
  --num-gpus 4
430
  ```
431
 
 
 
432
  Example image-to-video request:
433
 
434
  ```bash
 
416
 
417
  ### SGLang
418
 
419
+ SGLang-Diffusion can serve `nvidia/Cosmos3-Super-Image2Video` through the OpenAI-compatible async video endpoint. Install SGLang from the main branch with diffusion dependencies, then start the server:
420
 
421
  ```bash
422
+ git clone --branch main https://github.com/sgl-project/sglang.git
423
  cd sglang
424
  pip install -e "python[diffusion]"
425
  pip install "cosmos-guardrail==0.3.1"
 
429
  --num-gpus 4
430
  ```
431
 
432
+ Cosmos 3 support in SGLang Diffusion currently requires the SGLang main branch. Switch to a stable SGLang release once Cosmos 3 support is included there.
433
+
434
  Example image-to-video request:
435
 
436
  ```bash