mirror of
https://github.com/THUDM/CogVideo.git
synced 2025-04-05 19:41:59 +08:00
10 lines
231 B
Python
10 lines
231 B
Python
from ..cogvideox_t2v.lora_trainer import CogVideoXT2VLoraTrainer
|
|
from ..utils import register
|
|
|
|
|
|
class CogVideoX1_5T2VLoraTrainer(CogVideoXT2VLoraTrainer):
|
|
pass
|
|
|
|
|
|
register("cogvideox1.5-t2v", "lora", CogVideoX1_5T2VLoraTrainer)
|