Update README.md
Browse files
README.md
CHANGED
@@ -11,11 +11,30 @@ base_model: black-forest-labs/FLUX.1-dev
|
|
11 |
---
|
12 |
# FLUX.1-dev Controlnet
|
13 |
|
14 |
-
Diffusers version
|
|
|
15 |
until the next Diffusers pypi release, please install Diffusers from source and use [this PR](xxxxxx) to be able to use.
|
16 |
TODO: change when new version.
|
17 |
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
<img src="./images/image_demo_canny.jpg" width = "800" />
|
21 |
<img src="./images/image_demo_tile.jpg" width = "800" />
|
|
|
11 |
---
|
12 |
# FLUX.1-dev Controlnet
|
13 |
|
14 |
+
## Diffusers version
|
15 |
+
|
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 |
|
20 |
+
## Checkpoint
|
21 |
+
|
22 |
+
The training of union controlnet requires a significant amount of computational power.
|
23 |
+
The current release is only an alpha version checkpoint that has not been fully trained.
|
24 |
+
The beta version is in the training process.
|
25 |
+
We have conducted ablation studies that have demonstrated the validity of the code.
|
26 |
+
The open-source release of the alpha version is solely to facilitate the rapid growth of the open-source community and the Flux ecosystem;
|
27 |
+
it is common to encounter bad cases (please accept my apologies).
|
28 |
+
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.
|
29 |
+
However, as training progresses, the performance of the Union model will continue to approach that of specialized models.
|
30 |
+
|
31 |
+
| Control Mode | Demo | Description |
|
32 |
+
|:------------:|:-------:|:-----------:|
|
33 |
+
|0|<img src="./images/image_demo_canny.jpg"/>|canny|
|
34 |
+
|1|<img src="./images/image_demo_tile.jpg"/>|tile|
|
35 |
+
|2|<img src="./images/image_demo_depth.jpg"/>|depth|
|
36 |
+
|3|<img src="./images/image_demo_blur.jpg"/>|blur|
|
37 |
+
|
38 |
|
39 |
<img src="./images/image_demo_canny.jpg" width = "800" />
|
40 |
<img src="./images/image_demo_tile.jpg" width = "800" />
|