SadTalker icon indicating copy to clipboard operation
SadTalker copied to clipboard

LLVM ERROR: Symbol not found: __svml_cosf8_ha

Open Xiobio opened this issue 1 year ago • 2 comments

To create a public link, set share=True in launch(). using safetensor as default {'checkpoint': 'checkpoints\SadTalker_V0.0.2_256.safetensors', 'dir_of_BFM_fitting': 'src/config', 'audio2pose_yaml_path': 'src/config\auido2pose.yaml', 'audio2exp_yaml_path': 'src/config\auido2exp.yaml', 'pirender_yaml_path': 'src/config\facerender_pirender.yaml', 'pirender_checkpoint': 'checkpoints\epoch_00190_iteration_000400000_checkpoint.pt', 'use_safetensor': True, 'mappingnet_checkpoint': 'checkpoints\mapping_00229-model.pth.tar', 'facerender_yaml': 'src/config\facerender.yaml'} C:\Users\86373\AppData\Local\Temp\gradio\6cf56c14b2e585ceb5e265767609a5ee328460e1\image.png landmark Det:: 100%|█████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 9.71it/s] 3DMM Extraction In Video:: 100%|█████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 23.45it/s] LLVM ERROR: Symbol not found: __svml_cosf8_ha

Xiobio avatar Apr 05 '24 12:04 Xiobio

how to fix this?

Xiobio avatar Apr 05 '24 12:04 Xiobio

Um einen öffentlichen Link zu erstellen, legen Sie share=Truefest launch(). Verwenden von Safetensor als Standard {'checkpoint': 'checkpoints\SadTalker_V0.0.2_256.safetensors', 'dir_of_BFM_fitting': 'src/config', 'audio2pose_yaml_path': 'src/config\auido2pose.yaml', 'audio2exp_yaml_path': 'src /config\auido2exp.yaml', 'pirender_yaml_path': 'src/config\facerender_pirender.yaml', 'pirender_checkpoint': 'checkpoints\epoch_00190_iteration_000400000_checkpoint.pt', 'use_safetensor': True, 'mappingnet_checkpoint': 'checkpoints\mapping_00229-model .pth.tar“, „facerender_yaml“: „src/config\ facerender.yaml “ ████████████████████████████████████████ ██████████ ████████████████| 1/1 [00:00<00:00, 9,71it/s] 3DMM-Extraktion im Video:: 100 %|████████████████████████ █████████████████████████████████| 1/1 [00:00<00:00, 23,45it/s] LLVM-FEHLER: Symbol nicht gefunden: __svml_cosf8_ha

Adding Checkpoints for SadTalker

  1. Navigate to the extensions/SadTalker directory.
  2. Create a new folder named checkpoints.
  3. Download the required checkpoints from the following link: Download Checkpoints

After creating the checkpoints folder and adding the necessary files, you can proceed with running your SadTalker application.

If you encounter any issues or need further assistance, please don't hesitate to reach out.

AppStolz avatar Apr 14 '24 02:04 AppStolz