Instructions to use TMElyralab/MuseV with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TMElyralab/MuseV with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TMElyralab/MuseV", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
anchor commited on
Delete data/images
Browse files- data/images/Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg +0 -0
- data/images/Portrait-of-Dr.-Gachet.jpg +0 -0
- data/images/Self-Portrait-with-Cropped-Hair.jpg +0 -0
- data/images/The-Laughing-Cavalier.jpg +0 -0
- data/images/boy_play_guitar.jpeg +0 -0
- data/images/boy_play_guitar2.jpeg +0 -0
- data/images/dufu.jpeg +0 -0
- data/images/girl_play_guitar2.jpeg +0 -0
- data/images/girl_play_guitar4.jpeg +0 -0
- data/images/jinkesi2.jpeg +0 -0
- data/images/real_girl_seaside2.jpeg +0 -0
- data/images/river.jpeg +0 -0
- data/images/seaside2.jpeg +0 -0
- data/images/seaside4.jpeg +0 -0
- data/images/seaside_girl.jpeg +0 -0
- data/images/waterfall4.jpeg +0 -0
- data/images/yongen.jpeg +0 -0
data/images/Mona_Lisa,_by_Leonardo_da_Vinci,_from_C2RMF_retouched.jpg
DELETED
|
Binary file (175 kB)
|
|
|
data/images/Portrait-of-Dr.-Gachet.jpg
DELETED
|
Binary file (326 kB)
|
|
|
data/images/Self-Portrait-with-Cropped-Hair.jpg
DELETED
|
Binary file (68.5 kB)
|
|
|
data/images/The-Laughing-Cavalier.jpg
DELETED
|
Binary file (509 kB)
|
|
|
data/images/boy_play_guitar.jpeg
DELETED
|
Binary file (66.4 kB)
|
|
|
data/images/boy_play_guitar2.jpeg
DELETED
|
Binary file (50.5 kB)
|
|
|
data/images/dufu.jpeg
DELETED
|
Binary file (22.1 kB)
|
|
|
data/images/girl_play_guitar2.jpeg
DELETED
|
Binary file (81.5 kB)
|
|
|
data/images/girl_play_guitar4.jpeg
DELETED
|
Binary file (60.4 kB)
|
|
|
data/images/jinkesi2.jpeg
DELETED
|
Binary file (79 kB)
|
|
|
data/images/real_girl_seaside2.jpeg
DELETED
|
Binary file (90.7 kB)
|
|
|
data/images/river.jpeg
DELETED
|
Binary file (110 kB)
|
|
|
data/images/seaside2.jpeg
DELETED
|
Binary file (166 kB)
|
|
|
data/images/seaside4.jpeg
DELETED
|
Binary file (90.6 kB)
|
|
|
data/images/seaside_girl.jpeg
DELETED
|
Binary file (94.2 kB)
|
|
|
data/images/waterfall4.jpeg
DELETED
|
Binary file (94.5 kB)
|
|
|
data/images/yongen.jpeg
DELETED
|
Binary file (95.7 kB)
|
|
|