mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
10 lines
225 B
Python
10 lines
225 B
Python
from ..cogvideox_i2v.sft_trainer import CogVideoXI2VSftTrainer
|
|
from ..utils import register
|
|
|
|
|
|
class CogVideoX1_5I2VSftTrainer(CogVideoXI2VSftTrainer):
|
|
pass
|
|
|
|
|
|
register("cogvideox1.5-i2v", "sft", CogVideoX1_5I2VSftTrainer)
|