excellent tutorial, but i hit a hiccup. Pretty sure i followed correctly. failed at 10:20 C:\Stable Diffusion\ComfyUI>python main.py Traceback (most recent call last): File "C:\Stable Diffusion\ComfyUI\main.py", line 83, in import comfy.utils File "C:\Stable Diffusion\ComfyUI\comfy\utils.py", line 20, in import torch ModuleNotFoundError: No module named 'torch'
Hi, Thanks for the tutorial, but i am stuck with same point. after running python main.py . I received this message on cmd. D:\ComfyUI>python mian.py python: can't open file 'D:\\ComfyUI\\mian.py': [Errno 2] No such file or directory D:\ComfyUI>python main.py Traceback (most recent call last): File "D:\ComfyUI\main.py", line 88, in import comfy.utils File "D:\ComfyUI\comfy\utils.py", line 20, in import torch ModuleNotFoundError: No module named 'torch'
excellent tutorial, but i hit a hiccup. Pretty sure i followed correctly.
failed at 10:20
C:\Stable Diffusion\ComfyUI>python main.py
Traceback (most recent call last):
File "C:\Stable Diffusion\ComfyUI\main.py", line 83, in
import comfy.utils
File "C:\Stable Diffusion\ComfyUI\comfy\utils.py", line 20, in
import torch
ModuleNotFoundError: No module named 'torch'
has to do with your pytorch i do believe
Hi my laptop Spec is GTX 1650 with 16 GB RAM
till 10:12 no issues . once i hit "python main.py" i got error. is my Spec okay ? to install this ?
Never used a gtx 1650 but I don't think it can. by the way this is my gaming account.
yeah im starting to believe none of these installs work
Check the updated version
Hi, Thanks for the tutorial, but i am stuck with same point. after running python main.py . I received this message on cmd.
D:\ComfyUI>python mian.py
python: can't open file 'D:\\ComfyUI\\mian.py': [Errno 2] No such file or directory
D:\ComfyUI>python main.py
Traceback (most recent call last):
File "D:\ComfyUI\main.py", line 88, in
import comfy.utils
File "D:\ComfyUI\comfy\utils.py", line 20, in
import torch
ModuleNotFoundError: No module named 'torch'
I should have mentioned I use Cuda toolkit 11.8 and installed the recommended torch they suggested in the video