Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,62 @@
|
|
1 |
-
|
2 |
license: mit
|
3 |
---
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
-
|
|
|
|
|
|
|
7 |
|
8 |
-
|
9 |
|
10 |
-
|
|
|
|
|
|
|
11 |
|
12 |
-
|
13 |
-
parser.add_argument("--control-type", type=str, default='canny', choices=['canny', 'depth', 'pose', 'tile'], help="Controlnet condition type")
|
14 |
|
15 |
-
|
16 |
-
|
|
|
|
|
17 |
|
18 |
-
|
19 |
-
|
|
|
20 |
|
|
|
|
|
21 |
|
|
|
|
|
22 |
|
|
|
1 |
+
|
2 |
license: mit
|
3 |
---
|
4 |
+
The full model will be released once Hunyuan DiT comfyui controlnet is fully supported. current one is a demo just for functional test!
|
5 |
+
|
6 |
+
# Tencent HunyuanDiT Inpainting Controlnet
|
7 |
+
|
8 |
+
An amazing controlnet model which can provide you incrediable consistent and crativity to the original image!
|
9 |
+
|
10 |
+
it is trained with various resolution of images and masks to provide nice robust to the the base model.
|
11 |
+
now it can create the new image with the same style of the original one, following are some example to show the result!
|
12 |
+
|
13 |
+
## it can adapter to 6X-8X times fix from the original size of image. please do preprecess your image if your upscale rate is not drop in 6-8X
|
14 |
+
Ultimate SD upscale will bring you even crazy result once the comfyui or webui is supported.
|
15 |
+
|
16 |
+
**I upscale directly by linear for the images on left, and right side is the tile output**
|
17 |
+
|
18 |
+
example1:
|
19 |
+
|
20 |
+
<p style="display: flex; justify-content: space-between;">
|
21 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/AaYMaVWUxrpWallMAqNPH.jpeg" alt="imageNo1" width="1024px"/>
|
22 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/JOstTf-kv8ONRvHqTep7s.png" alt="imageNo2" width="1024px"/>
|
23 |
+
</p>
|
24 |
+
|
25 |
+
example2:
|
26 |
+
|
27 |
+
<p style="display: flex; justify-content: space-between;">
|
28 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/cnLX9jEtVh8ZEfn8YNU_Z.jpeg" alt="imageNo1" width="1024px"/>
|
29 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/UNumoiFegFEUploMcxHwR.png" alt="imageNo2" width="1024px"/>
|
30 |
+
</p>
|
31 |
+
|
32 |
+
example3:
|
33 |
|
34 |
+
<p style="display: flex; justify-content: space-between;">
|
35 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/BhJpeavUzO-04439ytSVM.png" alt="imageNo1" width="1024px"/>
|
36 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/bKsjl-lyLByz-ME-ncn5J.png" alt="imageNo2" width="1024px"/>
|
37 |
+
</p>
|
38 |
|
39 |
+
example4:
|
40 |
|
41 |
+
<p style="display: flex; justify-content: space-between;">
|
42 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/bg5BHZWcU7qm9lQl11WZd.png" alt="imageNo1" width="1024px"/>
|
43 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/9busjn6SxBX1qOpFofNH2.png" alt="imageNo2" width="1024px"/>
|
44 |
+
</p>
|
45 |
|
46 |
+
example5:
|
|
|
47 |
|
48 |
+
<p style="display: flex; justify-content: space-between;">
|
49 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/fuJDxY_tmgIF7NnG7VlB9.jpeg" alt="imageNo1" width="800px"/>
|
50 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/641edd91eefe94aff6de024c/itm-RyHPUeKuXYyc4Yk-x.png" alt="imageNo2" width="800px"/>
|
51 |
+
</p>
|
52 |
|
53 |
+
## Other capablity!
|
54 |
+
### NSFW is ready! once HunyuanDiT NSFW FT model is ready!
|
55 |
+
with current defualt model, you can even tile the nsfw content for most condition, however a ft model will be better to apply this controlnet model.
|
56 |
|
57 |
+
The end
|
58 |
+
and enjoy
|
59 |
|
60 |
+
**Join my QQ group if you appreiate my job: 294060503**
|
61 |
+
**or contact my wechat: tangtuanzhu**
|
62 |
|