Broken update.
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Expected Behavior
main.py no longer starts, crashes constantly. Gives error claiming torch doesn't exist, yet it's there and verified.
### Actual Behavior
## ComfyUI-Manager: installing dependencies done.
[2024-08-05 15:41] ** ComfyUI startup time: 2024-08-05 15:41:15.056232
[2024-08-05 15:41] ** Platform: Windows
[2024-08-05 15:41] ** Python version: 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)]
[2024-08-05 15:41] ** Python executable: C:\Python312\python.exe
[2024-08-05 15:41] ** ComfyUI Path: B:\STABLE LOCAL\Comfy\ComfyUI
[2024-08-05 15:41] ** Log path: B:\STABLE LOCAL\Comfy\ComfyUI\comfyui.log
[2024-08-05 15:41] Downloading SVD model: svd.safetensors...
[2024-08-05 15:41] Downloading SVD model: svd_image_decoder.safetensors...
[2024-08-05 15:41] Downloading SVD model: svd_xt.safetensors...
[2024-08-05 15:41] Downloading SVD model: svd_xt_image_decoder.safetensors...
[2024-08-05 15:41]
Prestartup times for custom nodes:
[2024-08-05 15:41] 0.0 seconds: B:\STABLE LOCAL\Comfy\ComfyUI\custom_nodes\rgthree-comfy
[2024-08-05 15:41] 0.6 seconds: B:\STABLE LOCAL\Comfy\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-08-05 15:41] 0.6 seconds: B:\STABLE LOCAL\Comfy\ComfyUI\custom_nodes\ComfyUI-Stable-Video-Diffusion
[2024-08-05 15:41]
Traceback (most recent call last):
[2024-08-05 15:41] File "B:\STABLE LOCAL\Comfy\ComfyUI\main.py", line 77, in
[2024-08-05 15:41] import comfy.utils
[2024-08-05 15:41] File "B:\STABLE LOCAL\Comfy\ComfyUI\comfy\utils.py", line 1, in
[2024-08-05 15:41] import torch
[2024-08-05 15:41] ModuleNotFoundError: No module named 'torch'
### Steps to Reproduce
Constant repeated after update.
### Debug Logs
```powershell
## ComfyUI-Manager: installing dependencies done.
[2024-08-05 15:41] ** ComfyUI startup time: 2024-08-05 15:41:15.056232
[2024-08-05 15:41] ** Platform: Windows
[2024-08-05 15:41] ** Python version: 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)]
[2024-08-05 15:41] ** Python executable: C:\Python312\python.exe
[2024-08-05 15:41] ** ComfyUI Path: B:\STABLE LOCAL\Comfy\ComfyUI
[2024-08-05 15:41] ** Log path: B:\STABLE LOCAL\Comfy\ComfyUI\comfyui.log
[2024-08-05 15:41] Downloading SVD model: svd.safetensors...
[2024-08-05 15:41] Downloading SVD model: svd_image_decoder.safetensors...
[2024-08-05 15:41] Downloading SVD model: svd_xt.safetensors...
[2024-08-05 15:41] Downloading SVD model: svd_xt_image_decoder.safetensors...
[2024-08-05 15:41]
Prestartup times for custom nodes:
[2024-08-05 15:41] 0.0 seconds: B:\STABLE LOCAL\Comfy\ComfyUI\custom_nodes\rgthree-comfy
[2024-08-05 15:41] 0.6 seconds: B:\STABLE LOCAL\Comfy\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-08-05 15:41] 0.6 seconds: B:\STABLE LOCAL\Comfy\ComfyUI\custom_nodes\ComfyUI-Stable-Video-Diffusion
[2024-08-05 15:41]
Traceback (most recent call last):
[2024-08-05 15:41] File "B:\STABLE LOCAL\Comfy\ComfyUI\main.py", line 77, in
[2024-08-05 15:41] import comfy.utils
[2024-08-05 15:41] File "B:\STABLE LOCAL\Comfy\ComfyUI\comfy\utils.py", line 1, in
[2024-08-05 15:41] import torch
[2024-08-05 15:41] ModuleNotFoundError: No module named 'torch'
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.