Upload README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ from tuneavideo.util import save_videos_grid
|
|
41 |
import torch
|
42 |
|
43 |
pretrained_model_path = "Bingsu/my-korean-stable-diffusion-v1-5"
|
44 |
-
unet_model_path = "kyujinpy/Tune-A-
|
45 |
unet = UNet3DConditionModel.from_pretrained(unet_model_path, subfolder='unet', torch_dtype=torch.float16).to('cuda')
|
46 |
pipe = TuneAVideoPipeline.from_pretrained(pretrained_model_path, unet=unet, torch_dtype=torch.float16).to("cuda")
|
47 |
pipe.enable_xformers_memory_efficient_attention()
|
|
|
41 |
import torch
|
42 |
|
43 |
pretrained_model_path = "Bingsu/my-korean-stable-diffusion-v1-5"
|
44 |
+
unet_model_path = "kyujinpy/Tune-A-VideKO-v1-5"
|
45 |
unet = UNet3DConditionModel.from_pretrained(unet_model_path, subfolder='unet', torch_dtype=torch.float16).to('cuda')
|
46 |
pipe = TuneAVideoPipeline.from_pretrained(pretrained_model_path, unet=unet, torch_dtype=torch.float16).to("cuda")
|
47 |
pipe.enable_xformers_memory_efficient_attention()
|