ospangler / intel-arc-stable-diffusion-tutorial

Stable Diffusion Installation on Intel Arc A770 Tutorial
17 stars 1 forks source link

not working any more? what have i done wrong? #4

Open Trauer opened 8 months ago

Trauer commented 8 months ago

Followed all steps. getting this at the end

simon@SW-PC:~/automatic$ ./webui.sh --use-ipex Create and activate python venv Launching ipexrun launch.py... /home/simon/automatic/venv/lib/python3.10/site-packages/torchvision/io/image.py:13: UserWarning: Failed to load image Python extension: ''If you don't plan on using image functionality fromtorchvision.io, you can ignore this warning. Otherwise, there might be something wrong with your environment. Did you havelibjpegorlibpnginstalled before buildingtorchvisionfrom source? warn( /home/simon/automatic/venv/lib/python3.10/site-packages/transformers/utils/generic.py:441: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. _torch_pytree._register_pytree_node( Traceback (most recent call last): File "/home/simon/automatic/venv/bin/ipexrun", line 5, in <module> from intel_extension_for_pytorch.launcher import main File "/home/simon/automatic/venv/lib/python3.10/site-packages/intel_extension_for_pytorch/__init__.py", line 94, in <module> from .utils._proxy_module import * File "/home/simon/automatic/venv/lib/python3.10/site-packages/intel_extension_for_pytorch/utils/_proxy_module.py", line 2, in <module> import intel_extension_for_pytorch._C ImportError: /home/simon/automatic/venv/lib/python3.10/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined symbol: _ZNK5torch8autograd4Node4nameB5cxx11Ev

ospangler commented 8 months ago

I have no clue, looks like something in the intel section wasn't installed correctly? You might want to start from scratch with wsl --unregister ubuntu and try everything from the start. Make sure that you've sudo apt-get update -y && sudo apt-get upgrade -y before continuing to the other steps.