We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have a very cool product, but I get an error when executing
nvidia-smi Mon Jan 27 13:54:15 2025 +-----------------------------------------------------------------------------------------+ | NVIDIA-SMI 560.35.05 Driver Version: 560.35.05 CUDA Version: 12.6 | |-----------------------------------------+------------------------+----------------------+ | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | | | | MIG M. | |=========================================+========================+======================| | 0 NVIDIA GeForce RTX 4090 On | 00000000:01:00.0 Off | Off | | 0% 52C P8 18W / 450W | 4MiB / 24564MiB | 0% Default | | | | N/A | +-----------------------------------------+------------------------+----------------------+ +-----------------------------------------------------------------------------------------+ | Processes: | | GPU GI CI PID Type Process name GPU Memory | | ID ID Usage | |=========================================================================================| | No running processes found | +-----------------------------------------------------------------------------------------+
But I get this error, what could be the problem?
python -m scripts.inference \ --unet_config_path "configs/unet/second_stage.yaml" \ --inference_ckpt_path "checkpoints/latentsync_unet.pt" \ --inference_steps 20 \ --guidance_scale 1.5 \ --video_path "assets/demo1_video.mp4" \ --audio_path "assets/demo1_audio.wav" \ --video_out_path "video_out.mp4" Input video path: assets/demo1_video.mp4 Input audio path: assets/demo1_audio.wav Loaded checkpoint path: checkpoints/latentsync_unet.pt Initial seed: 1247 Affine transforming 250 faces... 0%|▌ | 1/250 [00:04<19:35, 4.72s/it] Segmentation fault
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You have a very cool product, but I get an error when executing
But I get this error, what could be the problem?
The text was updated successfully, but these errors were encountered: