Kakigōri Maker

Results 217 comments of Kakigōri Maker

Note that API params will change later for https://github.com/Mikubill/sd-webui-controlnet/pull/393

Have you checked the model cache size in settings? Using cache size 0 will always trigger reload on generation.

fixed in https://github.com/Mikubill/sd-webui-controlnet/commit/9b19c63e9872e3dc059c07a592bbe83250e8ce79

> @Mikubill don't really wanna bother you just for this, but just to be sure, is it fine if I create a wiki page for this `external_code` module? no problem...

Maybe we should consider add local mmcv packages back for this. Fixed in https://github.com/Mikubill/sd-webui-controlnet/commit/182e87f0baa8bdbc5f146b87c4ad57807dbe609e

> AssertionError: top_pool_forward miss in module _ext It should be related to https://github.com/Mikubill/sd-webui-controlnet/issues/70 and partically solved by https://github.com/Mikubill/sd-webui-controlnet/commit/eb84fd9c599aa4096f19d262b400012810e4736f since the extension will try to use installed version of mmcv. You...

What's your input image and.. maybe you should try uploading image directly instead of creating canvas? Looks like the canvas is empty, annotator will detect nothing meaningful in that situation.

Since we have changed the input args in PlugableControlModel, deforum_controlnet_hardcode needs to be update to match it. For developers, We recommend to use external extension API - see https://github.com/Mikubill/sd-webui-controlnet/wiki/API for...