Skip to content

Commit 24bc92d

Browse files
AdirAmsalemclaude
andauthored
fix: remove ‘num_inference_steps’ from v2v model (#21)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 2420bd4 commit 24bc92d

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

decart/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ class VideoToVideoInput(DecartBaseModel):
7474
seed: Optional[int] = None
7575
resolution: Optional[str] = None
7676
enhance_prompt: Optional[bool] = None
77-
num_inference_steps: Optional[int] = None
7877

7978

8079
class FirstLastFrameInput(DecartBaseModel):

examples/process_video.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ async def main() -> None:
3838
"prompt": "Anime style with vibrant colors",
3939
"data": video_file,
4040
"enhance_prompt": True,
41-
"num_inference_steps": 50,
4241
"on_status_change": lambda job: print(f" Status: {job.status}"),
4342
}
4443
)

0 commit comments

Comments
 (0)