The [ SetUnionControlNetType ] options don't mach Flux ControlNet Union modes
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
> This model supports 7 control modes, including canny (0), tile (1), depth (2), blur (3), pose (4), gray (5), low quality (6).
https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro
### Actual Behavior

### Other
This was implemented first in a custom node ( now deprecated ).
https://github.com/EeroHeikkinen/ComfyUI-eesahesNodes/issues
The node creator made a post with some indications:
https://www.reddit.com/r/StableDiffusion/comments/1f69wbs/latest_version_of_comfyui_now_includes_native/
It seems the order of the options is correct, but they are not properly labeled.
- canny - "openpose"
- tile - "depth"
- depth - "hed/pidi/scribble/ted"
- blur - "canny/lineart/anime_lineart/mlsd"
- pose - "normal"
- grayscale - "segment"
- low quality - "tile"
Contributor guide
Assessment
This issue has not been assessed yet.