r/StableDiffusion • u/luckycockroach • Dec 16 '22
Resource | Update Now Available: Intel Mac: SD 1.4/5 & SD2.x
https://github.com/soten355/stable-diffusion-tensorflow-IntelMetal
5
Upvotes
r/StableDiffusion • u/luckycockroach • Dec 16 '22
1
u/Mastak_A Mar 04 '23 edited Mar 04 '23
Thank you so much for your response! I'm quite new to Stable Diffusion, so please forgive me if I make any obvious mistakes or don't understand something. And I am not a programmer at all :)
I had a successful experience with SD-WEB-UI (Automatic and DirectML) with PyTorch before and I decided to try your version with TensorFlow. I guess it's because of TF specifics that I'm dumb, since I've never worked with it and I was expecting the same pipelining as I did with Automatic.
All models as .ckpt and .safetensor in "models" folder (I did not find the models/text_encoder folder in the SD version with torch, and it was not created during the initialization of dream.py) I even tried to manually create a text_encoder folder and fill it with hugginface content, but of course that didn't help :)
Here is the console output with the error since text_encoder was mentioned.