Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ pip install -U git+https://github.com/huggingface/open-muse.git
|
|
13 |
import torch
|
14 |
from muse import PipelineMuse
|
15 |
|
16 |
-
pipe = PipelineMuse.from_pretrained("openMUSE/muse-512-finetuned).to("cuda", dtype=torch.float16)
|
17 |
pipe.transformer.enable_xformers_memory_efficient_attention()
|
18 |
|
19 |
prompt = "A monkey doing yoga on the beach"
|
|
|
13 |
import torch
|
14 |
from muse import PipelineMuse
|
15 |
|
16 |
+
pipe = PipelineMuse.from_pretrained("openMUSE/muse-512-finetuned").to("cuda", dtype=torch.float16)
|
17 |
pipe.transformer.enable_xformers_memory_efficient_attention()
|
18 |
|
19 |
prompt = "A monkey doing yoga on the beach"
|