Cotton Doll 1 image lora HunyuanDit v1.1
详情
下载文件
模型描述
这是一个仅使用一张图像训练的LoRA实验。
adamw 恒定学习率 1e-4
使用我的自定义训练脚本训练 https://github.com/lrzjason/T2ITrainer
该LoRA是采用diffusers格式的DoRA。
你可以在T2ITrainer中的自定义HunyuanDiT管道中加载此LoRA。
已在管道中添加了SD3LoraLoaderMixin。
代码:
lora_state_dict = HunyuanDiTPipeline.lora_state_dict(lora_path) HunyuanDiTPipeline.load_lora_into_transformer(lora_state_dict, transformer_)



