mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
push up updates for VideoField
This commit is contained in:
committed by
psychedelicious
parent
efb54151fd
commit
af8ad1de3d
@@ -229,7 +229,10 @@ class ImageField(BaseModel):
|
||||
class VideoField(BaseModel):
|
||||
"""A video primitive field"""
|
||||
|
||||
video_name: str = Field(description="The name of the video")
|
||||
video_id: str = Field(description="The id of the video")
|
||||
width: int = Field(description="The width of the video in pixels")
|
||||
height: int = Field(description="The height of the video in pixels")
|
||||
duration_seconds: float = Field(description="The duration of the video in seconds")
|
||||
|
||||
|
||||
class BoardField(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user