Open ZihaoW123 opened 1 year ago
I saw that the image in BGR format is used as input in the open_pose/body.py file, but the huggingface demo uses a BGR format image. What is the impact of this?
It should be RGB format, see example here: https://huggingface.co/lllyasviel/sd-controlnet-canny#example
I saw that the image in BGR format is used as input in the open_pose/body.py file, but the huggingface demo uses a BGR format image. What is the impact of this?