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 inputing image + text -> video. #28

Open
gray311 opened this issue Nov 8, 2024 · 2 comments
Open

Question about inputing image + text -> video. #28

gray311 opened this issue Nov 8, 2024 · 2 comments

Comments

@gray311
Copy link

gray311 commented Nov 8, 2024

Hi, I am very interested in your work!

I'd like to know whether Weather FancyVideo received the initial frame + text prompt (at the same time) to generate the corresponding videos.

for example

video = pipe(
    prompt=prompt, # text prompt
    image=image, #start frame
    num_videos_per_prompt=1,
    num_inference_steps=50,
    num_frames=49,
    guidance_scale=6,
    generator=torch.Generator(device="cuda").manual_seed(42),
).frames[0]
@MaAo
Copy link
Collaborator

MaAo commented Nov 15, 2024

Hi, I am very interested in your work!

I'd like to know whether Weather FancyVideo received the initial frame + text prompt (at the same time) to generate the corresponding videos.

for example

video = pipe(
    prompt=prompt, # text prompt
    image=image, #start frame
    num_videos_per_prompt=1,
    num_inference_steps=50,
    num_frames=49,
    guidance_scale=6,
    generator=torch.Generator(device="cuda").manual_seed(42),
).frames[0]

Yes, when using the i2v model, you are essentially generating a video based on the first frame and the accompanying text.

@Vincento-Wang
Copy link

Hi, I am very interested in your work!
I'd like to know whether Weather FancyVideo received the initial frame + text prompt (at the same time) to generate the corresponding videos.
for example

video = pipe(
    prompt=prompt, # text prompt
    image=image, #start frame
    num_videos_per_prompt=1,
    num_inference_steps=50,
    num_frames=49,
    guidance_scale=6,
    generator=torch.Generator(device="cuda").manual_seed(42),
).frames[0]

Yes, when using the i2v model, you are essentially generating a video based on the first frame and the accompanying text.

look forward to the i2v training code for research.

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

3 participants