r/StableDiffusion Sep 11 '22 Silver 1 Helpful 1 Burning Cash 1

A better (?) way of doing img2img by finding the noise which reconstructs the original image Img2Img

Post image
918 Upvotes

View all comments

28

u/entrep Sep 11 '22

3

u/jonesaid Sep 12 '22

I can't wait to try this! Now, just gotta get Automatic's repo working without CUDA OOM errors...

2

u/Scriptman777 Sep 13 '22

You can try to add the --medvram parameter or even the low one. It will be a lot slower, but it work with MUCH less VRAM. Also try to keep the images small.

1

u/jonesaid Sep 13 '22

Yeah, I tried that, and it was about 2x slower. I think I had a package issue (maybe with PyTorch) that was causing the oom problems. Once I fixed that, automatic's repo worked without the optimizations.