LLVM ERROR: Symbol not found: __svml_cosf8_ha
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
how to fix this?
Um einen öffentlichen Link zu erstellen, legen Sie
share=Truefestlaunch(). 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
- Navigate to the
extensions/SadTalkerdirectory. - Create a new folder named
checkpoints. - 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.