[diffusion] chore: remove stepvideo code (#15918)

This commit is contained in:
Yuhao Yang
2025-12-27 13:25:05 +08:00
committed by GitHub
parent a8380ded71
commit 29ce7b3612
19 changed files with 2 additions and 3034 deletions

View File

@@ -342,11 +342,6 @@ class ServerArgs:
type=str,
help="The path of the model weights. This can be a local folder or a Hugging Face repo ID.",
)
parser.add_argument(
"--model-dir",
type=str,
help="Directory containing StepVideo model",
)
parser.add_argument(
"--vae-path",
type=str,