Grae
Grae
I did manage to get the autogenerated api working. You can include this in the `alwayson_scripts` of txt2img or img2img ``` "alwayson_scripts": { "LayerDiffuse": { "args": [ { # "(SDXL)...
Is this problem specific to midas? A similar issue a while ago there was a problem with timm library. What's you version of timm? https://github.com/thygate/stable-diffusion-webui-depthmap-script/issues/323 https://github.com/thygate/stable-diffusion-webui-depthmap-script/issues/319
Oh yup sorry missed that. It does look like a library issue. Like the weight file and the config are mismatched for some reason. It's working for me. So the...
Wonderful. Oh also checking if any library has changed after auto1111 launchs is important. Sometimes there is silent requirements conflicts. Trying without any other extensions can be a helpful troubleshooting...
So your are using a relatively high resolution. You might want to try with a lower resolutions image. This also might be a corrupted model. You could try deleting the...
Do you have an estimate on your local memory usage? I was kind of hoping they would make some memory optimisations before we implemented it. I'm thinking about doing some...
That can be right while the algorithm is running? I'm pretty sure it should be at least 10GB.
Oh no that's the RAM I meant the VRAM. I'll just try with a big gpu.
Nice thank you!
https://github.com/graemeniedermayer/stable-diffusion-webui-normalmap-script/tree/patchfusion I have the start of it here but there's a surprising amount of compatibility issues.