File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616在本文中,我们会使用[ SD-1.5] ( https://huggingface.co/runwayml/stable-diffusion-v1-5 ) 模型在[ 火影忍者] ( https://huggingface.co/datasets/lambdalabs/naruto-blip-captions ) 数据集上做训练,同时使用[ SwanLab] ( https://swanlab.cn ) 监控训练过程、评估模型效果。
1717
1818- 代码:[ Github] ( https://github.com/Zeyi-Lin/Stable-Diffusion-Example )
19- - 实验日志过程:[ SD-naruto - SwanLab] ( https://swanlab.cn/@ZeyiLin/SD-Naruto/runs/21flglg1lbnqo67a6f1kr/environment/requirements )
19+ - 实验日志过程:[ SD-naruto - SwanLab] ( https://swanlab.cn/@ZeyiLin/SD-Naruto/runs/21flglg1lbnqo67a6f1kr )
2020- 模型:[ runwayml/stable-diffusion-v1-5] ( https://huggingface.co/runwayml/stable-diffusion-v1-5 )
2121- 数据集:[ lambdalabs/naruto-blip-captions] ( https://huggingface.co/datasets/lambdalabs/naruto-blip-captions )
2222- SwanLab:[ https://swanlab.cn ] ( https://swanlab.cn )
@@ -45,7 +45,7 @@ transformers
4545pip install swanlab diffusers datasets accelerate torchvision transformers
4646```
4747
48- > 本文的代码测试于diffusers==0.29.0、accelerate==0.30.1、datasets==2.18.0、transformers==4.41.2、swanlab==0.3.11,更多库版本可查看[ SwanLab记录的Python环境] ( https://swanlab.cn/@ZeyiLin/Text2Image /runs/21flglg1lbnqo67a6f1kr/environment/requirements ) 。
48+ > 本文的代码测试于diffusers==0.29.0、accelerate==0.30.1、datasets==2.18.0、transformers==4.41.2、swanlab==0.3.11,更多库版本可查看[ SwanLab记录的Python环境] ( https://swanlab.cn/@ZeyiLin/SD-Naruto /runs/21flglg1lbnqo67a6f1kr/environment/requirements ) 。
4949
5050
5151## 2.准备数据集
You can’t perform that action at this time.
0 commit comments