Antonio Cordero Balcazar
Antonio Cordero Balcazar
For anyone interested, I made my own extension to manage this: https://github.com/acorderob/sd-webui-sendtonegative
I also got this "popuphost" window (with v1.18.2822.0 Win10). And it did happen after i closed a second terminal.
I agree. This would be nice to have, specially since the API allows it.
Until it is fixed in the repo you can just edit extensions-builtin\sd-webui-controlnet\scripts\controlnet.py (inside function try_crop_image_with_a1111_mask) and replace: `input_image = [np.asarray(x)[:, :, 0] for x in input_image]` with `input_image = [np.asarray(x)[:,...
Yep. This also happens with v1.3. I made sure the cache json file had the hash saved. I'm using SD.Next. > Not found (94f45bf623) ```json "checkpoint/realcartoonRealistic_v8.safetensors": { "mtime": 1694898626.5027108, "sha256":...
But i do have the model root set (the cache.json you see is the actual file and is symlinked in the SD folder). 
I think the fix in 1.4 is not quite right. Now sometimes i get the model repeated:  Two of those copies are probably because the model is repeated in...
I don't think i have used the "Download Civitai models" option.
In v1.5 i don't see *any* model name, even after downloading civitai models. The model is in models.json with the correct hash, so the only thing i can think of...
v1.5.1 fixed the model name for me.