wangqixun commited on
Commit
cb9cf9c
1 Parent(s): c206367

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -17
README.md CHANGED
@@ -16,6 +16,18 @@ base_model: black-forest-labs/FLUX.1-dev
16
  until the next Diffusers pypi release, please install Diffusers from source and use [this PR](xxxxxx) to be able to use.
17
  TODO: change when new version.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Control Mode
20
  | Control Mode | Description | Current Model Validity |
21
  |:------------:|:-----------:|:-----------:|
@@ -28,37 +40,27 @@ TODO: change when new version.
28
  |6|lq|🟢high|
29
 
30
  ### canny
31
- <img src="./images/image_demo_canny.jpg" width = "800" />
32
 
33
  ### tile
34
- <img src="./images/image_demo_tile.jpg" width = "800" />
35
 
36
  ### depth
37
- <img src="./images/image_demo_depth.jpg" width = "800" />
38
 
39
  ### blur
40
- <img src="./images/image_demo_blur.jpg" width = "800" />
41
 
42
  ### pose
43
- <img src="./images/image_demo_pose.jpg" width = "800" />
44
 
45
  ### gray
46
- <img src="./images/image_demo_gray.jpg" width = "800" />
47
 
48
  ### low quality
49
- <img src="./images/image_demo_lq.jpg" width = "800" />
50
-
51
 
52
- ## Checkpoint
53
 
54
- The training of union controlnet requires a significant amount of computational power.
55
- The current release is only an alpha version checkpoint that has not been fully trained.
56
- The beta version is in the training process.
57
- We have conducted ablation studies that have demonstrated the validity of the code.
58
- The open-source release of the alpha version is solely to facilitate the rapid growth of the open-source community and the Flux ecosystem;
59
- it is common to encounter bad cases (please accept my apologies).
60
- It is worth noting that we have found that even a fully trained Union model may not perform as well as specialized models, such as pose control.
61
- However, as training progresses, the performance of the Union model will continue to approach that of specialized models.
62
 
63
 
64
 
 
16
  until the next Diffusers pypi release, please install Diffusers from source and use [this PR](xxxxxx) to be able to use.
17
  TODO: change when new version.
18
 
19
+ ## Checkpoint
20
+
21
+ The training of union controlnet requires a significant amount of computational power.
22
+ The current release is only an alpha version checkpoint that has not been fully trained.
23
+ The beta version is in the training process.
24
+ We have conducted ablation studies that have demonstrated the validity of the code.
25
+ The open-source release of the alpha version is solely to facilitate the rapid growth of the open-source community and the Flux ecosystem;
26
+ it is common to encounter bad cases (please accept my apologies).
27
+ It is worth noting that we have found that even a fully trained Union model may not perform as well as specialized models, such as pose control.
28
+ However, as training progresses, the performance of the Union model will continue to approach that of specialized models.
29
+
30
+
31
  ## Control Mode
32
  | Control Mode | Description | Current Model Validity |
33
  |:------------:|:-----------:|:-----------:|
 
40
  |6|lq|🟢high|
41
 
42
  ### canny
43
+ <img src="./images/image_demo_canny.jpg" width = "300" />
44
 
45
  ### tile
46
+ <img src="./images/image_demo_tile.jpg" width = "300" />
47
 
48
  ### depth
49
+ <img src="./images/image_demo_depth.jpg" width = "300" />
50
 
51
  ### blur
52
+ <img src="./images/image_demo_blur.jpg" width = "300" />
53
 
54
  ### pose
55
+ <img src="./images/image_demo_pose.jpg" width = "300" />
56
 
57
  ### gray
58
+ <img src="./images/image_demo_gray.jpg" width = "300" />
59
 
60
  ### low quality
61
+ <img src="./images/image_demo_lq.jpg" width = "300" />
 
62
 
 
63
 
 
 
 
 
 
 
 
 
64
 
65
 
66