genmoai / models

The best OSS video generation models
Apache License 2.0
1.19k stars 104 forks source link

T5_MODEL = "google/t5-v1_1-xxl" #7

Closed ptits closed 3 days ago

ptits commented 4 days ago

should it be downloaded and stored somewhere?

ved-genmo commented 4 days ago

I believe huggingface will automatically download it for you.

ptits commented 4 days ago

I don't see code for downloading.

ved-genmo commented 4 days ago

You don't need to. Just run the script, and t5 will automatically be downloaded. However, you still need to manually download the other weights from huggingface, which you can find here: https://huggingface.co/genmo/mochi-1-preview.

ptits commented 3 days ago

Just run the script

which script?

i dont see any download code within this repo\branch

can you point me to the piece of code for downloading? in which .py script?