Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 478 Bytes

File metadata and controls

26 lines (21 loc) · 478 Bytes

基于 Huggingface 的 Diffusion 训练例子.


环境信息:
python=3.9
torch=1.12.1+cu113
transformers=4.26.1
datasets=2.9.0
huggingface_hub=0.12.1
diffusers=0.12.1



2023年5月25日更新:添加3个新的任务.



2023年6月2日更新:修改3.dream booth,修正了过拟合的问题.



2023年6月5日更新:修改5.lora dream booth,修正了过拟合的问题. 基于很多原因, 删除了6.lora text to image.