mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 03:04:56 +08:00
10 lines
231 B
Python
10 lines
231 B
Python
from ..cogvideox_i2v.lora_trainer import CogVideoXI2VLoraTrainer
|
|
from ..utils import register
|
|
|
|
|
|
class CogVideoX1_5I2VLoraTrainer(CogVideoXI2VLoraTrainer):
|
|
pass
|
|
|
|
|
|
register("cogvideox1.5-i2v", "lora", CogVideoX1_5I2VLoraTrainer)
|