Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,7 @@ tags:
|
|
| 10 |
- image-generation
|
| 11 |
- Flux
|
| 12 |
- diffusers
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |

|
|
@@ -18,7 +19,7 @@ tags:
|
|
| 18 |
This repository provides a Depth ControlNet checkpoint for
|
| 19 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
| 20 |
|
| 21 |
-
 for comfy ui workflows.
|
| 24 |

|
|
@@ -27,7 +28,7 @@ This repository provides a Depth 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,10 @@ 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 |

|
|
|
|
| 19 |
This repository provides a Depth ControlNet checkpoint for
|
| 20 |
[FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
|
| 21 |
|
| 22 |
+

|
| 23 |
|
| 24 |
[See our github](https://github.com/XLabs-AI/x-flux-comfyui) for comfy ui workflows.
|
| 25 |

|
|
|
|
| 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 "depth_workflow.json"
|
| 48 |
+
|
| 49 |
+

|
| 50 |
+

|
| 51 |
|
| 52 |
## License
|
| 53 |
|