`simplet2i.py` ``` w, h = map( lambda x: x - x % 32, (w, h) ) # resize to integer multiple of 32 ``` This should be 64, not 32. Related: https://github.com/lstein/stable-diffusion/issues/207
simplet2i.pyThis should be 64, not 32.
Related: #207