light-and-ray / sd-webui-replacer

A tab for sd-webui for replacing objects in pictures or videos using detection prompt
193 stars 11 forks source link

Replacer break "multi-input" controlNet feature. #57

Closed phatal closed 5 months ago

phatal commented 5 months ago

if we have replacer in extensions list and it's active we can't use "multi-input" in controlnet itself (not as part of replacer but just controlnet itself). It's force to the next error. If in the extensions list we untick replacer and reload gui then everything become ok.

ValueError: controlnet is enabled but no input image is given argument list: set COMMANDLINE_ARGS=--xformers --update-all-extensions Everything updated to last versions through --update-all-extensions at every launch. image p.s. I'm ssory for bad english.

light-and-ray commented 5 months ago

Thanks for reporting. Fixed. Please can you test it

phatal commented 5 months ago

Thanks for reporting. Fixed. Please can you test it

thx, for really quick fix :) now everything works correctly :)