mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-10 21:01:26 +02:00
fix typo
This commit is contained in:
parent
bbc64bcb72
commit
e0d55d9d91
|
|
@ -27,10 +27,10 @@ CONFIG_MAP = {
|
|||
}
|
||||
HF_STDIT_MAP = {
|
||||
"t2v": {
|
||||
"360p": "/home/guoxinying/open_source_video_ocean_V1/OpenSora-STDiT-v4-360p",
|
||||
"720p": "/home/guoxinying/open_source_video_ocean_V1/OpenSora-STDiT-v4",
|
||||
"360p": "hpcaitech/OpenSora-STDiT-v4-360p",
|
||||
"720p": "hpcaitech/OpenSora-STDiT-v4",
|
||||
},
|
||||
"i2v": "/home/guoxinying/open_source_video_ocean_V1/OpenSora-STDiT-v4-i2v",
|
||||
"i2v": "hpcaitech/OpenSora-STDiT-v4-i2v",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue