Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,96 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# **ControlNet++: All-in-one ControlNet for image generations and editing!**
|
| 6 |
+

|
| 7 |
+
|
| 8 |
+
## Network Arichitecture
|
| 9 |
+

|
| 10 |
+
|
| 11 |
+
We design a new architecture that can support 10+ control types in condition text-to-image generation and can generate high resolution images visually comparable with
|
| 12 |
+
midjourney. The network is based on the original ControlNet architecture, we propose two new modules to: 1 Extend the original ControlNet to support different image
|
| 13 |
+
conditions using the same network parameter. 2 Support multiple conditions input without increasing computation offload, which is especially important for designers
|
| 14 |
+
who want to edit image in detail, different conditions use the same condition encoder, without adding extra computations or parameters. We do thoroughly experiments
|
| 15 |
+
on SDXL and achieve superior performance both in control ability and aesthetic score. We release the method and the model to the open source community to make everyone
|
| 16 |
+
can enjoy it.
|
| 17 |
+
|
| 18 |
+
More details can found: https://github.com/xinsir6/ControlNetPlus/tree/main
|
| 19 |
+
|
| 20 |
+
**If you find it useful, please give me a star, thank you very much**
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
## Visual Examples
|
| 25 |
+
### Openpose
|
| 26 |
+

|
| 27 |
+

|
| 28 |
+

|
| 29 |
+

|
| 30 |
+

|
| 31 |
+
### Depth
|
| 32 |
+

|
| 33 |
+

|
| 34 |
+

|
| 35 |
+

|
| 36 |
+

|
| 37 |
+
### Canny
|
| 38 |
+

|
| 39 |
+

|
| 40 |
+

|
| 41 |
+

|
| 42 |
+

|
| 43 |
+
### Lineart
|
| 44 |
+

|
| 45 |
+

|
| 46 |
+

|
| 47 |
+

|
| 48 |
+

|
| 49 |
+
### AnimeLineart
|
| 50 |
+

|
| 51 |
+

|
| 52 |
+

|
| 53 |
+

|
| 54 |
+

|
| 55 |
+
### Mlsd
|
| 56 |
+

|
| 57 |
+

|
| 58 |
+

|
| 59 |
+

|
| 60 |
+

|
| 61 |
+
### Scribble
|
| 62 |
+

|
| 63 |
+

|
| 64 |
+

|
| 65 |
+

|
| 66 |
+

|
| 67 |
+
### Hed
|
| 68 |
+

|
| 69 |
+

|
| 70 |
+

|
| 71 |
+

|
| 72 |
+

|
| 73 |
+
### Pidi(Softedge)
|
| 74 |
+

|
| 75 |
+

|
| 76 |
+

|
| 77 |
+

|
| 78 |
+

|
| 79 |
+
### Teed
|
| 80 |
+

|
| 81 |
+

|
| 82 |
+

|
| 83 |
+

|
| 84 |
+

|
| 85 |
+
### Segment
|
| 86 |
+

|
| 87 |
+

|
| 88 |
+

|
| 89 |
+

|
| 90 |
+

|
| 91 |
+
### Normal
|
| 92 |
+

|
| 93 |
+

|
| 94 |
+

|
| 95 |
+

|
| 96 |
+

|