We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecb931 commit b045f36Copy full SHA for b045f36
1 file changed
decart/models.py
@@ -90,7 +90,7 @@ class FirstLastFrameInput(DecartBaseModel):
90
91
class ImageToMotionVideoInput(DecartBaseModel):
92
data: FileInput
93
- trajectory: List[MotionTrajectoryInput] = Field(..., min_length=2, max_length=121)
+ trajectory: List[MotionTrajectoryInput] = Field(..., min_length=2, max_length=1000)
94
seed: Optional[int] = None
95
resolution: Optional[str] = None
96
0 commit comments