Skip to content

Commit dc96b3a

Browse files
AdirAmsalemclaude
andauthored
fix: remove lucy-pro-flf2v model (#39)
* fix: remove lucy-pro-flf2v model Model is no longer working. Removes the model definition, FirstLastFrameInput class, and all references. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: sync uv.lock version Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 399c502 commit dc96b3a

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

decart/models.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"lucy-pro-t2v",
1212
"lucy-pro-i2v",
1313
"lucy-pro-v2v",
14-
"lucy-pro-flf2v",
1514
"lucy-motion",
1615
"lucy-restyle-v2v",
1716
"lucy-2-v2v",
@@ -77,18 +76,6 @@ class VideoToVideoInput(DecartBaseModel):
7776
enhance_prompt: Optional[bool] = None
7877

7978

80-
class FirstLastFrameInput(DecartBaseModel):
81-
prompt: str = Field(
82-
...,
83-
min_length=1,
84-
max_length=1000,
85-
)
86-
start: FileInput
87-
end: FileInput
88-
seed: Optional[int] = None
89-
resolution: Optional[str] = None
90-
91-
9279
class ImageToMotionVideoInput(DecartBaseModel):
9380
data: FileInput
9481
trajectory: List[MotionTrajectoryInput] = Field(..., min_length=2, max_length=1000)
@@ -248,14 +235,6 @@ class ImageToImageInput(DecartBaseModel):
248235
height=704,
249236
input_schema=VideoToVideoInput,
250237
),
251-
"lucy-pro-flf2v": ModelDefinition(
252-
name="lucy-pro-flf2v",
253-
url_path="/v1/generate/lucy-pro-flf2v",
254-
fps=25,
255-
width=1280,
256-
height=704,
257-
input_schema=FirstLastFrameInput,
258-
),
259238
"lucy-motion": ModelDefinition(
260239
name="lucy-motion",
261240
url_path="/v1/generate/lucy-motion",
@@ -321,7 +300,6 @@ def video(model: VideoModels) -> VideoModelDefinition:
321300
- "lucy-pro-t2v" - Text-to-video
322301
- "lucy-pro-i2v" - Image-to-video
323302
- "lucy-pro-v2v" - Video-to-video
324-
- "lucy-pro-flf2v" - First-last-frame-to-video
325303
- "lucy-dev-i2v" - Image-to-video (Dev quality)
326304
- "lucy-fast-v2v" - Video-to-video (Fast quality)
327305
- "lucy-motion" - Image-to-motion-video

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)