Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ from tuneavideo.models.unet import UNet3DConditionModel
|
|
35 |
from tuneavideo.util import save_videos_grid
|
36 |
import torch
|
37 |
|
38 |
-
pretrained_model_path = "
|
39 |
unet_model_path = "Tune-A-Video-library/mo-di-bear-guitar"
|
40 |
unet = UNet3DConditionModel.from_pretrained(unet_model_path, subfolder='unet', torch_dtype=torch.float16).to('cuda')
|
41 |
pipe = TuneAVideoPipeline.from_pretrained(pretrained_model_path, unet=unet, torch_dtype=torch.float16).to("cuda")
|
|
|
35 |
from tuneavideo.util import save_videos_grid
|
36 |
import torch
|
37 |
|
38 |
+
pretrained_model_path = "nitrosocke/mo-di-diffusion"
|
39 |
unet_model_path = "Tune-A-Video-library/mo-di-bear-guitar"
|
40 |
unet = UNet3DConditionModel.from_pretrained(unet_model_path, subfolder='unet', torch_dtype=torch.float16).to('cuda')
|
41 |
pipe = TuneAVideoPipeline.from_pretrained(pretrained_model_path, unet=unet, torch_dtype=torch.float16).to("cuda")
|