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
root@localhost:~# # Login to linux distro proot-distro login debian --shared-tmp # Load python venv source .venv/bin/activate # Run script cd mobile-stable-diffusion python text2image_cli.py demo Error: proot-distro should not be executed as root user. /root/.venv/lib/python3.11/site-packages/torch/_subclasses/functional_tensor.py:258: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at /pytorch/torch/csrc/utils/tensor_numpy.cpp:84.) cpu = _conversion_method_template(device=torch.device("cpu")) Traceback (most recent call last): File "/root/mobile-stable-diffusion/text2image_cli.py", line 5, in from diffusers import DiffusionPipeline, DPMSolverMultistepScheduler, EulerDiscreteScheduler ModuleNotFoundError: No module named 'diffusers'
The text was updated successfully, but these errors were encountered:
root@localhost:~# # Login to linux distro proot-distro login debian --shared-tmp # Load python venv source .venv/bin/activate # Run script cd mobile-stable-diffusion python text2image_cli.py demo Error: proot-distro should not be executed as root user. /root/.venv/lib/python3.11/site-packages/torch/_subclasses/functional_tensor.py:258: UserWarning: Failed to initialize NumPy: No module named 'numpy' (Triggered internally at /pytorch/torch/csrc/utils/tensor_numpy.cpp:84.) cpu = _conversion_method_template(device=torch.device("cpu")) Traceback (most recent call last): File "/root/mobile-stable-diffusion/text2image_cli.py", line 5, in from diffusers import DiffusionPipeline, DPMSolverMultistepScheduler, EulerDiscreteScheduler ModuleNotFoundError: No module named 'diffusers'
The text was updated successfully, but these errors were encountered: