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
Video can be generated but the GPU is not working at all Only vram is consumed but it doesn't seem to be calculated.
wsl2 Ubuntu 22.04.4 LTS rtx4090
python ./inference/gradio_web_demo.py
The gpu is running
The text was updated successfully, but these errors were encountered:
The GPU was enabled when I added the following:
pipe.enable_model_cpu_offload() pipe.vae.enable_tiling()
Sorry, something went wrong.
No branches or pull requests
System Info / 系統信息
Video can be generated but the GPU is not working at all
Only vram is consumed but it doesn't seem to be calculated.
wsl2 Ubuntu 22.04.4 LTS rtx4090
Information / 问题信息
Reproduction / 复现过程
python ./inference/gradio_web_demo.py
Expected behavior / 期待表现
The gpu is running
The text was updated successfully, but these errors were encountered: