Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
16.83k stars 1.94k forks source link

Big anomaly on ControleNet #695

Closed XT-404 closed 1 year ago

XT-404 commented 1 year ago

Is there an existing issue for this?

What happened?

I install only control via WebUI interface: webui reboot: controlenet appears from reboot: installing a module in controlnet : basic configuration of controlenet verification in setting of the controlnet configuration: generation launch knockout generation this is what happens all the time as soon as I activate controle net I can uninstall and reinstall it as many times as I want, it stays that way on the other hand if controle net is not installed or activated 0 problem image image image image image the anomaly and presents in all forms of control_SD15/16 or other

Steps to reproduce the problem

  1. Go to ....
  2. Press ....
  3. ... 4

What should have happened?

.

Commit where the problem happens

webui: controlnet:

What browsers do you use to access the UI ?

Brave

Command Line Arguments

.

Console logs

.

Additional information

.

ostap667inbox commented 1 year ago

Try to use the correct model for the task. In this case, 'openpose' instead of 'normal', which I see in your screenshot. Models: https://huggingface.co/webui/ControlNet-modules-safetensors/tree/main If you have already tried all this, but the result is incorrect, it is worth describing the 'anomaly' in more detail and giving more examples.

XT-404 commented 1 year ago

I will test and I will come back to you to announce the return

XT-404 commented 1 year ago

image

I have this error that comes out now if I use control net once there is no error if I run it a second time it gives me this error in a loop.

ostap667inbox commented 1 year ago

You must specify the correct configuration files for each model you are currently using in the settings. ControlNet models have their own configuration files, and t2i Adapter models have their own configuration files. In the current form of the extension there is no way to switch configuration files on the fly, you do it manually. You can read which file corresponds to which model in the ControlNet manual: https://github.com/Mikubill/sd-webui-controlnet cn-settings

ostap667inbox commented 1 year ago

Also, the ControlNet models must match the version of the Stable Diffusion model that is currently in use. A version mismatch will also cause an error. There are special models for SD2.1.