bert ¶
Classes¶
fastvideo.models.encoders.bert.HunyuanClip ¶
Bases: Module
Hunyuan clip code copied from https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/hunyuandit/pipeline_hunyuandit.py hunyuan's clip used BertModel and BertTokenizer, so we copy it.