sdwebuiapi
sdwebuiapi copied to clipboard
Do this api support the latest controlnet function--reference only? Seems not
I'm not sure what you mean by reference only.
Did you mean detect function?
r = api.controlnet_detect(images=[img], module='canny')
r.image
Same issue here. I'm wondering whether it supports the controlnet module "reference_only". Thanks!
I'm not sure what you mean by reference only.
Did you mean detect function?
r = api.controlnet_detect(images=[img], module='canny') r.image
this function, I really want to have this feature, it works very well
I found the reference , but I use two controlnet but only the first one is valid
controlnet_units=[unit2, unit1]