Skip to content

Veo video generation model added (New Feature)#84

Merged
kailashahirwar merged 3 commits intotryonlabs:mainfrom
Naveen56001:veo_video
Dec 25, 2025
Merged

Veo video generation model added (New Feature)#84
kailashahirwar merged 3 commits intotryonlabs:mainfrom
Naveen56001:veo_video

Conversation

@Naveen56001
Copy link
Contributor

@Naveen56001 Naveen56001 commented Dec 22, 2025

Description

This PR resolves #85 issue. Added Veo video generation model with support for multiple generation modes, improved functionality, CLI integration, and documentation updates. This adds text-to-video, image-to-video, reference-image guided generation, and frame-based input support. Negative prompt support and full CLI commands for Veo were implemented.

Type of Change

  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Performance improvement

Component Affected

  • Video Generation (Luma AI / OpenAI Sora/Veo)

Changes Made

  • Added Veo video generation model
  • Implemented text-to-video generation
  • Implemented image-to-video generation
  • Added reference-image guided video generation
  • Added frame-based input mode for video generation
  • Added negative_prompt support
  • Integrated full CLI commands for Veo
  • Updated README with usage examples and CLI docs
  • Validated all modes locally

Testing

  • I have tested these changes locally
  • New and existing unit tests pass locally with my changes

Test Environment

  • Python Version: 3.10.19
  • OS: Ubuntu 24.04.3 LTS (WSL2)
  • GPU: N/A

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

PR Compliance Checks Passed!

@kailashahirwar kailashahirwar merged commit bbacd0d into tryonlabs:main Dec 25, 2025
16 of 18 checks passed
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.

[Feature]: Integrate Google Veo Video Generation Model

2 participants