Antonio Cordero Balcazar

Results 34 comments of 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). ![image](https://github.com/RupertAvery/DiffusionToolkit/assets/6293935/a003b2ad-432b-461e-a6d7-3c3b98873cdb)

I think the fix in 1.4 is not quite right. Now sometimes i get the model repeated: ![image](https://github.com/RupertAvery/DiffusionToolkit/assets/6293935/6f91c8c1-aec5-4d71-9b4d-0012653cc49f) 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.