Stable Diffusion Implemented Using TensorFlow and Keras
1–4 of 4 posts
Re: Stable Diffusion Implemented Using TensorFlow and Keras
#2This code runs about 4x faster compared to the original Torch implementation on my 8GB M1 MacBook Air. The speedup is on devices with less memory. Still gotta figure out why.
Re: Stable Diffusion Implemented Using TensorFlow and Keras
#3I have made a Stable Diffusion implementation using Tensorflow / Keras. The weights have been ported from the original pytorch code. This code runs about 4x faster compared to the original Torch implementation on my 8GB M1 MacBook Air. The speedup is on devices with less memory. Still gotta figure out why.
EDIT: I just followed you on Twitter
Re: Stable Diffusion Implemented Using TensorFlow and Keras
#4I have made a Stable Diffusion implementation using Tensorflow / Keras. The weights have been ported from the original pytorch code. This code runs about 4x faster compared to the original Torch implementation on my 8GB M1 MacBook Air. The speedup is on devices with less memory. Still gotta figure out why.