Kakigōri Maker

Results 217 comments of Kakigōri Maker

Non-zero canvas + external image will result in the issue. Ensure that the canvas is empty if you want to upload image as input.

Couldn't reproduce. Maybe something like browser compatibility?

Related: #68, will fix later

> error: 'mps.matmul' op contracting dimensions differ 1024 & 768 Pretrained controlnet model is for sd1.5/sd1.4, not compatible with sd2/sd2.1/inpainting model.

You should use webui.sh/webui-user.sh to startup and arguments will be filled like: `--upcast-sampling --no-half-vae --use-cpu interrogate —no-half`...

Could you share the full output when this error occurred, or the input args of process func? Seems like some configure not compatible with controlnet

Have you tried adding `--always-batch-cond-uncond` to startup arguments?

Maybe related: https://github.com/lllyasviel/ControlNet/issues/255, could you replicate it in the official t2i-adapter demo (https://huggingface.co/spaces/Adapter/T2I-Adapter)?

Consider install [mmsegmentation](https://github.com/open-mmlab/mmsegmentation) or uninstall mmcv/mmcv-full

Just added more fallbacks for mmpkg, update the extension may fix this.