KwaiVGI / LivePortrait

Bring portraits to life!
https://liveportrait.github.io
MIT License
6.48k stars 556 forks source link

Gradio Colab Help #50

Open TheLocalLab opened 1 week ago

TheLocalLab commented 1 week ago

I'm trying to create a colab notebook for the gradio version of the project. I have all the pieces together but for some reason when I run the final cell "python app.py" , the cell seem to get stuck and doesn't execute the rest of the script. No error pops up but a Gradio link never generates. Would anyone happen to have an idea what might cause this. Any help would be appreciated. Link to the colab - https://colab.research.google.com/drive/15pX7d8FfCMTty1v0DpgeApIR4VCduyDR?usp=sharing

FurkanGozukara commented 1 week ago

google colab banned gradio share for free users - if you are trying on free account

i made a kaggle notebook for free users and hopefully a video will be published

https://github.com/KwaiVGI/LivePortrait/assets/19240467/5d38dd50-accc-4e26-99a2-75a89ac9dcfb

bulieme commented 6 days ago

I have this issue too

bulieme commented 6 days ago

google colab banned gradio share for free users - if you are trying on free account

i made a kaggle notebook for free users and hopefully a video will be published

output_720p.mp4

it doesnt get banned, they have changed the TOS

FurkanGozukara commented 6 days ago

google colab banned gradio share for free users - if you are trying on free account i made a kaggle notebook for free users and hopefully a video will be published output_720p.mp4

it doesnt get banned, they have changed the TOS

if you have a free colab account when you use gradio live share your session will be auto terminated

however i made a free kaggle notebook with a special way

this special way doesnt work on colab but works on kaggle for gradio apps

https://github.com/KwaiVGI/LivePortrait/issues/78

https://youtu.be/wG7oPp01COg

LivePortrait: No-GPU Cloud Tutorial - RunPod, MassedCompute & Free Kaggle Account - Animate Images

image

NeuralFalconYT commented 2 days ago

Check this one out, it's working: https://github.com/NeuralFalconYT/LivePortrait-Colab

TheLocalLab commented 21 hours ago

Check this one out, it's working: https://github.com/NeuralFalconYT/LivePortrait-Colab

amazing, thanks!