Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about finetuning CogVideoX1.5-5B-I2V using legacy scripts #276

Open
royvelich opened this issue Mar 2, 2025 · 0 comments
Open

Comments

@royvelich
Copy link

Hi,
Since CogVideoX1.5-5B-I2V supports multiple video resolutions and frame count, how should I set the fine-tuning configuration? I refer specifically to these properties:

--height_buckets (default == 480)
--width_buckets (default == 720)
--frame_buckets (default == 49)
--max_num_frames (default == 49)

How should I set these values if my dataset includes videos of variable frame count (5 or 10 seconds) and variable resolutions? (Remember that CogVideoX1.5 accept the following resolution range Min(W, H) = 768, 768 ≤ Max(W, H) ≤ 1360, Max(W, H) % 16 = 0).

Thanks!

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

No branches or pull requests

1 participant