Add link to paper

#3
by nielsr HF staff - opened

This PR ensures the demo can be found at https://huggingface.co./papers/2410.05677.

Btw, would it be possible to remove the checkpoints from the Space, and instead load the checkpoints as follows:

from huggingface_hub import hf_hub_download

filepath = hf_hub_download(repo_id="jiachenli-ucsb/T2V-Turbo-v2", filename="unet_mg.pt")

This way, the Space and model will be linked to each other.

Thanks!

Kind regards,
Niels from HF

jiachenli-ucsb changed pull request status to merged

Thank you for the PR! And sure, I will update the app.py as you suggested!

Sign up or log in to comment