Upload README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ pipe = TuneAVideoPipeline.from_pretrained(pretrained_model_path, unet=unet, torc
|
|
50 |
pipe.enable_xformers_memory_efficient_attention()
|
51 |
|
52 |
prompt = "1소녀는 기타를 연주하고 있다, 흰 머리, 중간 머리, 고양이 귀, 귀여운, 스카프, 재킷, 야외, 거리, 소녀"
|
53 |
-
video = pipe(prompt, video_length=
|
54 |
|
55 |
save_videos_grid(video, f"./{prompt}.gif")
|
56 |
```
|
|
|
50 |
pipe.enable_xformers_memory_efficient_attention()
|
51 |
|
52 |
prompt = "1소녀는 기타를 연주하고 있다, 흰 머리, 중간 머리, 고양이 귀, 귀여운, 스카프, 재킷, 야외, 거리, 소녀"
|
53 |
+
video = pipe(prompt, video_length=14, height=512, width=512, num_inference_steps=50, guidance_scale=7.5).videos
|
54 |
|
55 |
save_videos_grid(video, f"./{prompt}.gif")
|
56 |
```
|