fix MODEL_LICENSE

This commit is contained in:
zR 2024-08-07 19:45:36 +08:00
parent 71399f7558
commit 54546d0f89
2 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def generate_video(
# Generate the video frames using the pipeline
video = pipe(
num_inference_steps=5, # Number of inference steps
num_inference_steps=num_inference_steps, # Number of inference steps
guidance_scale=guidance_scale, # Guidance scale for classifier-free guidance
prompt_embeds=prompt_embeds, # Encoded prompt embeddings
negative_prompt_embeds=torch.zeros_like(prompt_embeds), # Not Supported negative prompt