Problems using "ip-adapter-plus-face_sdxl_vit-h" model in Automatic1111
#30
by
Burk031
- opened
Hello,
I had problem running this model in my Automatic1111, it was not working and errors in console were:
- Error running process: ....\stable-diffusion-webui\extensions\sd-webui-controlnet\scripts\controlnet.py
- IndexError: too many indices for tensor of dimension 4
What solved problem for me was some specific settings, follow steps below:
- Go to your webui setting, "Show all pages", then Ctrl+F open search, search for "random", then make sure to use "CPU" seed (in Setting->Stable Diffusion)
- then search for "sgm", check "SGM noise multiplier" (in Setting->Sampler parameters)
- then search "deterministic", make sure to UNCHECK "Do not make DPM++ SDE deterministic across different batch sizes." (Do NOT select it, in Setting->Compatibility)
info from:
Mikubill/sd-webui-controlnet#2039