Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,7 @@ tags:
|
|
10 |
- image-generation
|
11 |
- Flux
|
12 |
- diffusers
|
|
|
13 |
---
|
14 |
|
15 |
![Controlnet collections for Flux](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/light/flux-controlnet-collections.png?raw=true)
|
@@ -18,7 +19,7 @@ tags:
|
|
18 |
This repository provides a Hed ControlNet checkpoint for
|
19 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
20 |
|
21 |
-
![Example Picture 1](./
|
22 |
|
23 |
[See our github](https://github.com/XLabs-AI/x-flux-comfyui) for comfy ui workflows.
|
24 |
![Example Picture 1](https://github.com/XLabs-AI/x-flux-comfyui/blob/main/assets/image1.png?raw=true)
|
@@ -27,7 +28,7 @@ This repository provides a Hed ControlNet checkpoint for
|
|
27 |
|
28 |
# Models
|
29 |
ControlNet is trained on 1024x1024 resolution and works for 1024x1024 resolution.
|
30 |
-
We release **v3
|
31 |
|
32 |
Please, see our [ComfyUI custom nodes installation guide](https://github.com/XLabs-AI/x-flux-comfyui)
|
33 |
|
@@ -43,7 +44,9 @@ To try our models, you have 2 options:
|
|
43 |
1. Use main.py from our [official repo](https://github.com/XLabs-AI/x-flux)
|
44 |
2. Use our custom nodes for ComfyUI and test it with provided workflows (check out folder /workflows)
|
45 |
|
46 |
-
|
|
|
|
|
47 |
|
48 |
## License
|
49 |
|
|
|
10 |
- image-generation
|
11 |
- Flux
|
12 |
- diffusers
|
13 |
+
- controlnet
|
14 |
---
|
15 |
|
16 |
![Controlnet collections for Flux](https://github.com/XLabs-AI/x-flux/blob/main/assets/readme/light/flux-controlnet-collections.png?raw=true)
|
|
|
19 |
This repository provides a Hed ControlNet checkpoint for
|
20 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
21 |
|
22 |
+
![Example Picture 1](./hed_result.gif?raw=true)
|
23 |
|
24 |
[See our github](https://github.com/XLabs-AI/x-flux-comfyui) for comfy ui workflows.
|
25 |
![Example Picture 1](https://github.com/XLabs-AI/x-flux-comfyui/blob/main/assets/image1.png?raw=true)
|
|
|
28 |
|
29 |
# Models
|
30 |
ControlNet is trained on 1024x1024 resolution and works for 1024x1024 resolution.
|
31 |
+
We release **v3 version** - better and realistic version, which can be used directly in ComfyUI!
|
32 |
|
33 |
Please, see our [ComfyUI custom nodes installation guide](https://github.com/XLabs-AI/x-flux-comfyui)
|
34 |
|
|
|
44 |
1. Use main.py from our [official repo](https://github.com/XLabs-AI/x-flux)
|
45 |
2. Use our custom nodes for ComfyUI and test it with provided workflows (check out folder /workflows)
|
46 |
|
47 |
+
Please, try our workflow "hed_workflow.json"
|
48 |
+
|
49 |
+
![Example Picture 1](./hed_example.png?raw=true)
|
50 |
|
51 |
## License
|
52 |
|