You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have it all installed on one machine and I wanted to install AUTOMATIC1111 on another PC. But it gives me so many problems! I remember installing if on the first machine without any troubles. It even gets frustrating.
Everything I did was according the installation guide for Windows: Install python and git. Clone the repo. Run it with webui-user.bat. Well everything is okay, until I run it.
If get this error:
No module 'xformers'. Proceeding without it.
Traceback (most recent call last):
File "D:\Stable Diffusion\stable-diffusion-webui\launch.py", line 48, in <module>
main()
File "D:\Stable Diffusion\stable-diffusion-webui\launch.py", line 44, in main
start()
File "D:\Stable Diffusion\stable-diffusion-webui\modules\launch_utils.py", line 432, in start
import webui
File "D:\Stable Diffusion\stable-diffusion-webui\webui.py", line 13, in <module>
initialize.imports()
File "D:\Stable Diffusion\stable-diffusion-webui\modules\initialize.py", line 37, in imports
from modules import processing, gradio_extensons, ui # noqa: F401
File "D:\Stable Diffusion\stable-diffusion-webui\modules\processing.py", line 18, in <module>
import modules.sd_hijack
File "D:\Stable Diffusion\stable-diffusion-webui\modules\sd_hijack.py", line 5, in <module>
from modules import devices, sd_hijack_optimizations, shared, script_callbacks, errors, sd_unet
File "D:\Stable Diffusion\stable-diffusion-webui\modules\sd_hijack_optimizations.py", line 13, in <module>
from modules.hypernetworks import hypernetwork
File "D:\Stable Diffusion\stable-diffusion-webui\modules\hypernetworks\hypernetwork.py", line 14, in <module>
from modules.textual_inversion import textual_inversion, logging
File "D:\Stable Diffusion\stable-diffusion-webui\modules\textual_inversion\textual_inversion.py", line 14, in <module> from torch.utils.tensorboard import SummaryWriter
File "D:\Stable Diffusion\stable-diffusion-webui\venv\lib\site-packages\torch\utils\tensorboard\__init__.py", line 7, in <module>
raise ImportError("TensorBoard logging requires TensorBoard version 1.15 or above")
ImportError: TensorBoard logging requires TensorBoard version 1.15 or above
Every some research I hadn't installed TensorBoard, but it should have come with the packages, right? Anyway, I installed it myself. But whatever I do, it keeps giving the above message.
Windows 11
python==3.10,
tensorboard==2.8.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.8.0
tensorflow-estimator==2.15.0
tensorflow-intel==2.15.0
tensorflow-io-gcs-filesystem==0.31.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have it all installed on one machine and I wanted to install AUTOMATIC1111 on another PC. But it gives me so many problems! I remember installing if on the first machine without any troubles. It even gets frustrating.
Everything I did was according the installation guide for Windows: Install python and git. Clone the repo. Run it with webui-user.bat. Well everything is okay, until I run it.
If get this error:
Every some research I hadn't installed TensorBoard, but it should have come with the packages, right? Anyway, I installed it myself. But whatever I do, it keeps giving the above message.
Windows 11
python==3.10,
tensorboard==2.8.0
tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1
tensorflow==2.8.0
tensorflow-estimator==2.15.0
tensorflow-intel==2.15.0
tensorflow-io-gcs-filesystem==0.31.0
Anyone an idea what I am doing wrong?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions