divamgupta / stable-diffusion-tensorflow

Stable Diffusion in TensorFlow / Keras
Other
1.57k stars 227 forks source link

Is there a float16 model availabel? #55

Open SimmerChan opened 1 year ago

SimmerChan commented 1 year ago

With GTX1660 6G VRAM, the provided model at https://huggingface.co/fchollet/stable-diffusion cannot be loaded into memory. Or any advice how I can convert it into float16 model? THX!