Grae
Grae
This issue was discussed here https://github.com/thygate/stable-diffusion-webui-depthmap-script/issues/249 . You should be able to save as jpeg to make them work with controlnet. This issue is controlnet uses 24 bit rgb (8...
A possible quick alternative is the controlnet setting "Allow detectmap auto saving" does allow you to save preprocesses from controlnet which does allow you do batched work. I don't think...
should I update this?
Could you graph the leak (screenshot a task managers memory graph)? From the description it sounds like it might be images not being offloaded from memory during generation. This probably...
Great! So as a rough calculation 6gb for 6000 images seems like it's roughly 1mb/image which means the images aren't released from memory after generation. So the likely culprit is...
Things have been soo busy recently! I'll keep the API input the same.
@davidmartinrius This sounds great! I was unaware of this repo thanks for linking it.
I've been thinking about this recently. My first attempt would be to add a margin to each chunk so you have overlapping depth maps and then blend the depth maps...
I attempted to bake in normal maps to lower the number of faces but my first attempt was a failure. In theory it should be straight forward but math is...