Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,56 @@ Inference scripts and more details can found: https://github.com/xinsir6/Control
|
|
36 |
|
37 |
**If you find it useful, please give me a star, thank you very much**
|
38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
## Visual Examples
|
41 |
### Openpose
|
|
|
36 |
|
37 |
**If you find it useful, please give me a star, thank you very much**
|
38 |
|
39 |
+
**~500+ star, release the ProMax version with tile and inpainting!!!~**
|
40 |
+
**SDXL ProMax version has been released!!!,Enjoy it!!!**
|
41 |
+
**1000+ star, release the ControlNet++ model for SD3!!!**
|
42 |
+
**3000+ star, release the ControlNet++ ProMax model for SD3!!!**
|
43 |
+
|
44 |
+
Note: we put the promax model with a promax suffix in the same [huggingface model repo](https://huggingface.co/xinsir/controlnet-union-sdxl-1.0), detailed instructions will be added later.
|
45 |
+
## Advanced editing features in Promax Model
|
46 |
+
### Tile Deblur
|
47 |
+

|
48 |
+

|
49 |
+

|
50 |
+

|
51 |
+

|
52 |
+

|
53 |
+
### Tile variation
|
54 |
+

|
55 |
+

|
56 |
+

|
57 |
+

|
58 |
+

|
59 |
+

|
60 |
+
|
61 |
+
### Tile Super Resolution
|
62 |
+
Following example show from 1M resolution --> 9M resolution
|
63 |
+
<div style="display: flex; justify-content: space-between;">
|
64 |
+
<img src="./images/tile_super1.webp" alt="Image 1" style="width: 49%; margin: 1%;">
|
65 |
+
<img src="./images/tile_super1_9upscale.webp" alt="Image 2" style="width: 49%; margin: 1%;">
|
66 |
+
</div>
|
67 |
+
|
68 |
+
<div style="display: flex; justify-content: space-between;">
|
69 |
+
<img src="./images/tile_super2.webp" alt="Image 1" style="width: 49%; margin: 1%;">
|
70 |
+
<img src="./images/tile_super2_9upscale.webp" alt="Image 2" style="width: 49%; margin: 1%;">
|
71 |
+
</div>
|
72 |
+
|
73 |
+
### Image Inpainting
|
74 |
+

|
75 |
+

|
76 |
+

|
77 |
+

|
78 |
+

|
79 |
+

|
80 |
+
|
81 |
+
### Image Outpainting
|
82 |
+

|
83 |
+

|
84 |
+

|
85 |
+

|
86 |
+

|
87 |
+

|
88 |
+
|
89 |
|
90 |
## Visual Examples
|
91 |
### Openpose
|