Issues with install #1
Replies: 5 comments 2 replies
|
might be a Tensorflow support issue. I got this error during install: |
|
I was able to install (this version) on Intel Mac OS 12.6.2, but having trouble launching it. I'm too new to this to know how to troubleshoot what's going wrong.
Any suggestions? Thanks in advance |
|
Try prepending this to step 4.
|
|
Sorry for my newbie questions, but I already install it but I'm getting this error: I searched over the models folder and in the readme file there is these lines:
But in the folder there is no files, I'm looking over google to see if i find something and I can download and put the files on the folder, but I'm not able to find nothing. Sorry for my poor English, I'm from Spain. |
|
Followed upon the installation steps, but returned error: Mac M3 Max 96GB RAM Sonoma 14.1 Can anyone advice pls? |
Uh oh!
There was an error while loading. Please reload this page.
I'm getting the following on install - perhaps the most recent update had a bug? I followed the instructions to the letter, and it all worked...right up until this point! I'm not a c0der, so apologies if it's a 'me' thing...
Loading modules...
...system modules loaded...
Traceback (most recent call last):
File "/Users/[user]/stable-diffusion-webui/stable-diffusion-tensorflow-IntelMetal/dream.py", line 19, in
from stable_diffusion_tf.stable_diffusion import StableDiffusion
File "/Users/[user]/stable-diffusion-webui/stable-diffusion-tensorflow-IntelMetal/stable_diffusion_tf/stable_diffusion.py", line 27, in
import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
All reactions