roygan commited on
Commit
2ad9ca3
1 Parent(s): 8accb73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -94,6 +94,21 @@ image = pipe(prompt, guidance_scale=7.5).images[0]
94
  image.save("飞流.png")
95
  ```
96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
97
 
98
  ## 引用 Citation
99
 
 
94
  image.save("飞流.png")
95
  ```
96
 
97
+ ### 怎样微调 How to finetune
98
+
99
+ 可以参考 refer
100
+
101
+ https://github.com/IDEA-CCNL/Fengshenbang-LM/tree/main/fengshen/examples/finetune_taiyi_stable_diffusion
102
+
103
+ ### webui配置 Configure webui
104
+
105
+ 可以参考 refer
106
+
107
+ https://github.com/IDEA-CCNL/stable-diffusion-webui/blob/master/README.md
108
+
109
+ ### DreamBooth
110
+
111
+ TODO
112
 
113
  ## 引用 Citation
114