aejion / 4Diffusion

Official code for 4Diffusion: Multi-view Video Diffusion Model for 4D Generation.
Apache License 2.0
81 stars 2 forks source link

Errors when running 4D content generation demo #2

Closed Colezwhy closed 5 months ago

Colezwhy commented 5 months ago

image Good job, but when I am running the multi-view video generation demo, I met the error message above, would you please have some suggestions on this?

aejion commented 5 months ago

You can try adding export CUDA_VISIBLE_DEVICES=x at the top of demo.sh, where x denotes the ID of the GPU you want to use.

Colezwhy commented 5 months ago

You can try adding export CUDA_VISIBLE_DEVICES=x at the top of demo.sh, where x denotes the ID of the GPU you want to use.

Thank you, I will try it.