I use the canny controlnet code for background generation, but it doesn't seem to work. I switch the canny image into a image only with main object (and pixels in the background are set white) like this:
After training 20k steps, and test the results (prompt='a cup of water is on the table') with different controlnet weights (controlnet_gs) from 0.5 to 1.0
controlnet_gs=0.5
I use the canny controlnet code for background generation, but it doesn't seem to work. I switch the canny image into a image only with main object (and pixels in the background are set white) like this:
After training 20k steps, and test the results (prompt='a cup of water is on the table') with different controlnet weights (controlnet_gs) from 0.5 to 1.0 controlnet_gs=0.5
controlnet_gs=0.7
controlnet_gs=1.0