TMElyralab / MuseV

MuseV: Infinite-length and High Fidelity Virtual Human Video Generation with Visual Conditioned Parallel Denoising
Other
2.09k stars 212 forks source link

请问模型的目录是怎么样的 需要下载哪些模型文件 #120

Open sj123sheng opened 1 month ago

sj123sheng commented 1 month ago

image 这个模型目录可以截图看下吗 类似museTalk里面的这样 image

xzqjack commented 1 month ago

@sj123sheng 具体路径就是 https://huggingface.co/TMElyralab/MuseV/tree/main。 我自己的目录有很多软连接,我先去掉了,大概如下

./checkpoints/
├── embedding
│   ├── badhandv4.pt
│   ├── bad_prompt_version2-neg.pt
│   ├── EasyNegativeV2.safetensors
│   └── ng_deepnegative_v1_75t.pt
├── IP-Adapter
│   └── models
│       ├── image_encoder
│       │   ├── config.json
│       │   ├── models
│       │   │   ├── buffalo_l
│       │   │   │   ├── 1k3d68.onnx
│       │   │   │   ├── 2d106det.onnx
│       │   │   │   ├── det_10g.onnx
│       │   │   │   ├── genderage.onnx
│       │   │   │   └── w600k_r50.onnx
│       │   │   └── buffalo_l.zip
│       │   ├── model.safetensors
│       │   └── pytorch_model.bin
│       ├── ip-adapter-faceid_sd15.bin
│       ├── ip-adapter-plus-face_sd15.bin
│       ├── ip-adapter-plus_sd15.bin
│       └── ip-adapter_sd15.bin
├── lcm
│   └── lcm-lora-sdv1-5
│       ├── image.png
│       ├── pytorch_lora_weights.safetensors
│       └── README.md
├── motion
│   ├── musev
│   │   └── unet
│   │       ├── config.json
│   │       └── diffusion_pytorch_model.bin
│   ├── musev_referencenet
│   │   ├── ip_adapter_image_proj.bin
│   │   ├── referencenet
│   │   │   ├── config.json
│   │   │   └── diffusion_pytorch_model.bin
│   │   └── unet
│   │       ├── config.json
│   │       └── diffusion_pytorch_model.bin
│   └── musev_referencenet_pose -> softlink
├── README.md
├── t2i
│   └── sd1.5
│       ├── majicmixRealv6Fp16
│       │   ├── feature_extractor
│       │   │   └── preprocessor_config.json
│       │   ├── model_index.json
│       │   ├── model_index.json.bk
│       │   ├── scheduler
│       │   │   └── scheduler_config.json
│       │   ├── text_encoder
│       │   │   ├── config.json
│       │   │   └── pytorch_model.bin
│       │   ├── tokenizer
│       │   │   ├── merges.txt
│       │   │   ├── special_tokens_map.json
│       │   │   ├── tokenizer_config.json
│       │   │   └── vocab.json
│       │   ├── unet
│       │   │   ├── config.json
│       │   │   └── diffusion_pytorch_model.bin
│       │   └── vae
│       │       ├── config.json
│       │       └── diffusion_pytorch_model.bin
└── vae
    └── sd-vae-ft-mse
        ├── config.json
        ├── diffusion_pytorch_model.bin
        ├── diffusion_pytorch_model.safetensors
        └── README.md