union_control_type different vs. original repo

#5
by davidas85 - opened

in the original controlnet+ repo, it looks like the repaint conditioning is the last location of union_control_type (https://github.com/xinsir6/ControlNetPlus/blob/main/promax/controlnet_union_test_outpainting.py#L122).
here, you set the condition on the 7th location (one before).
is there a reason for the difference or is it just a mistake?

Hi, because of the training of the controlnet and with some tests I did, it didn't really mater which of the last two positions I used and sometimes I got better results with the Tile position, maybe it was a coincidence but just for that I left it there.

Also take note that, contrary to the normal way of using it, I'm not using a mask, I just delete part of the original image.

Sign up or log in to comment