Skip to content

Conversation

@YehoavR
Copy link
Contributor

@YehoavR YehoavR commented Nov 20, 2025

No description provided.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 20, 2025

Open in StackBlitz

npm i https://pkg.pr.new/DecartAI/sdk/@decartai/sdk@29

commit: 581792e

@YehoavR YehoavR requested a review from AdirAmsalem November 20, 2025 10:37
@YehoavR YehoavR requested a review from AdirAmsalem November 20, 2025 12:35
Comment on lines 182 to 185
num_inference_steps: z
.number()
.optional()
.describe("The number of inference steps"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just informed that num_inference_steps isn't available in lucy-fast-v2v so let's remove it

name: "lucy-fast-v2v" as const,
fps: 25,
width: 1280,
height: 704,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
height: 704,
height: 720,

model: models.video("lucy-fast-v2v"),
prompt: "Change the car to a motorcycle",
data: testVideo,
resolution: "480p",
Copy link
Contributor

@AdirAmsalem AdirAmsalem Nov 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We removed 480p from Lucy Pro V2V in an earlier PR (#28) so it's best to pull the latest changes from main and update the PR accordingly

"The video data to use for generation (File, Blob, ReadableStream, URL, or string URL)",
),
seed: z.number().optional().describe("The seed to use for the generation"),
resolution: proResolutionSchema(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be proV2vResolutionSchema so it'll be aligned with the v2v models

@YehoavR YehoavR merged commit 41b9d99 into main Nov 24, 2025
3 checks passed
@YehoavR YehoavR deleted the chore/add-lucy-edit-fast branch November 24, 2025 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants