Problem to install Stable Diffusion for the first time

Can you tell what does this mean?Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.5.0
Commit hash: a3ddf464a2ed24c999f67ddfef7969f8291567be
Traceback (most recent call last):
File “C:\Users\kivim\stable-diffusion-webui\launch.py”, line 39, in
main()
File “C:\Users\kivim\stable-diffusion-webui\launch.py”, line 30, in main
prepare_environment()
File “C:\Users\kivim\stable-diffusion-webui\modules\launch_utils.py”, line 314, in prepare_environment
raise RuntimeError(
RuntimeError: Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDLINE_ARGS variable to disable this check
Press any key to continue . . .

I have Intel Iris Graphics card 8 Gb
Cannot open th GUI. Address http://127.0.0.1/ does not answer.

Thanks

I have Intel Iris Graphics card 8 Gb

CUDA is only available on Nvidia GPUs.

Thanks,

so I quess I should change it to something else? If I only knew what?

Do you mean change the GPU? Sure, almost at even vaguely recent generation Nvidia GPU will support CUDA 11.7 or 11.8:

Or do you mean change PyTorch to a non-CUDA version? That also seems possible: Start Locally | PyTorch

Thanks

My GPU is integrated so for me it is easier if the solution could be based on software. I just am so hopelessly new with all this Stable Fusion environment.