Is it working on your side?

#1
by Spender94 - opened

It doesn't seem to work on my side... I've been trying to make it work for a while now but it's still loading.

does not work here either

me either! I've also tried example img and wating for 3 hours but still not working..

Not working here

Owner

Sorry for the inconvenience. Limited to the time cost, it cannot generate long video currently. You can set L below 60, and set step below 20 to speed up. I also change to ZERO GPU to shorten the waiting queue.

Again THANK Y O U very much!

I have a question: I duplicated aniPortrait to my space, furthermore I bought Nvidia A10G large 12vCPU 46 GB RAM - 24GB vRAM and persistant storage 20GB but my video is only 3 seconds long?
Video size: 384, L = 90, steps=15, swwd=42 --> could you please help me?

seed=42

Owner

I have a question: I duplicated aniPortrait to my space, furthermore I bought Nvidia A10G large 12vCPU 46 GB RAM - 24GB vRAM and persistant storage 20GB but my video is only 3 seconds long?
Video size: 384, L = 90, steps=15, swwd=42 --> could you please help me?

In order to prevent processing timeouts, I limit the max frame to 90. So it will produce a 3s video with 30 fps.
You can edit the code to remove the limitation.

  1. Delete these two lines of code.
    https://huggingface.co/spaces/ZJYang/AniPortrait_official/blob/ac336dee97ec3211d55473ed65ed6d0592922add/app.py#L170
    https://huggingface.co/spaces/ZJYang/AniPortrait_official/blob/ac336dee97ec3211d55473ed65ed6d0592922add/app.py#L266

  2. Set maximum=99999 or whatever you like.
    https://huggingface.co/spaces/ZJYang/AniPortrait_official/blob/ac336dee97ec3211d55473ed65ed6d0592922add/app.py#L392
    https://huggingface.co/spaces/ZJYang/AniPortrait_official/blob/ac336dee97ec3211d55473ed65ed6d0592922add/app.py#L420

  3. Update your code on hugging face and restart the space.

Dear ZJYang, Thank you very much for your dedicated support and the extensive explanation. I will immediately proceed to implement this. Once again, I would like to express my deep appreciation for the opportunity to utilize your exceptional solution. Rest assured that I will employ it with the utmost care and the highest level of respect towards you. Thank you.

still doesnt work for me, have tried changing image and video but nothing

Ok works now, you have to make sure the input vid isnt longer than 3 seconds.

Sign up or log in to comment