Skip to content
New issue

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

error "Killed" #75

Open
YaqoobD opened this issue Dec 7, 2023 · 5 comments
Open

error "Killed" #75

YaqoobD opened this issue Dec 7, 2023 · 5 comments

Comments

@YaqoobD
Copy link

YaqoobD commented Dec 7, 2023

Hello everyone, I'm encountering an issue with the Gradio application. After running the command "python3 -m demo.gradio_animate" and launching the Gradio application on port "http://127.0.0.1:7860/", I'm facing a problem. When I upload a video and image, after a few seconds, it displays the message "Killed" in the terminal, and the application shows a "Connection errored out" message. Can anyone provide assistance or guidance on resolving this issue?

@CodeNameMarvin
Copy link

CodeNameMarvin commented Dec 7, 2023

I had the same issue running on WSL. I had to reinstall CUDA for Linux.

@FurkanGozukara
Copy link

i fixed that with my forked repo and auto installer. works on runpod too : #44

@doubi-killer
Copy link

i have the same problem. i think it is because of low vram when torch cat the image and video into grid. try a short densepose video

@FurkanGozukara
Copy link

i have the same problem. i think it is because of low vram when torch cat the image and video into grid. try a short densepose video

when i have such problem it gives out of vram error. OOM

@Chocobi-1129
Copy link

i guess it because RAM not enough(not VRAM). it seems the last merging step requires much RAM(based on your motion sequence).
maybe u can try cleaning cpu memory usage, lower motion mp4 fps or just cut your video into smaller part

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants