Wenaka commited on
Commit
d80fe3b
·
verified ·
1 Parent(s): e454da5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -7,4 +7,44 @@ base_model:
7
  - Laxhar/noobai-XL-1.0
8
  tags:
9
  - inpainting
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  - Laxhar/noobai-XL-1.0
8
  tags:
9
  - inpainting
10
+ ---
11
+
12
+ # NoobAIXL Inpainting ControlNet 模型 (SFW)
13
+
14
+ 基于 NoobAIXL EpsilonPred 1.0 版本训练的 inpainting ControlNet 模型。
15
+
16
+
17
+ <table>
18
+ <tr>
19
+ <td>
20
+ Inpaint<br><br>
21
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e59a0d1f7f1538b2c11ce8/Xz2QoGb2lrhNPRHynKq8T.png" width="25%">
22
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e59a0d1f7f1538b2c11ce8/SEe2xuCV7bXMDjcKdqc1R.png" width="25%">
23
+ <br>
24
+ Outpaint<br>
25
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e59a0d1f7f1538b2c11ce8/spkyPI2DkKy-WuHPx6Cx1.png" width="25%">
26
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65e59a0d1f7f1538b2c11ce8/n8DsgXA97dpvuKKSYHKwg.png" width="25%">
27
+ </td>
28
+ </tr>
29
+ </table>
30
+
31
+ **主要特点:**
32
+
33
+ * **控制图像:** 使用 masked image 作为控制图像,实现对蒙版内内容的精确修补。
34
+ * **数据集:** 当前版本使用 90% SFW (Safe For Work) 数据集训练,更适合用于 SFW 图像的修补任务。
35
+ * **NSFW 版本:** NSFW (Not Safe For Work) 版本正在训练中。
36
+
37
+ **使用说明:**
38
+ 工作流见仓库内<br>
39
+
40
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65e59a0d1f7f1538b2c11ce8/owBeYUgp1xUjg0kmDJ1pY.png)
41
+
42
+
43
+ **未来计划:**
44
+
45
+ * 拓展数据集,训练 NSFW 版本。
46
+
47
+ <br>
48
+
49
+ 鸣谢:提供110k高质量数据集以及2*H100算力的@イチゴ^真優!<br>
50
+ 训练NoobAI XL的@Laxhar