[Bug]: Lack of eniops dependencies
- Dominant language
- Python
- Stars
- 133k
- Forks
- 15.7k
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 158
Description
### Custom Node Testing
- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)
### Expected Behavior
Run correctlly
### Actual Behavior
Cannot run correctlly
### Steps to Reproduce
1. Follow Manual Install clone ComfyUI
2. install from requirements.txt
3. python main.py
### Debug Logs
```powershell
PS C:\ComfyUI> python main.py
Adding extra search path checkpoints C:\stable-diffusion-webui-forge\models\Stable-diffusion
Adding extra search path configs C:\stable-diffusion-webui-forge\models\Stable-diffusion
Adding extra search path vae C:\stable-diffusion-webui-forge\models\VAE
Adding extra search path loras C:\stable-diffusion-webui-forge\models\Lora
Adding extra search path loras C:\stable-diffusion-webui-forge\models\LyCORIS
Adding extra search path upscale_models C:\stable-diffusion-webui-forge\models\ESRGAN
Adding extra search path upscale_models C:\stable-diffusion-webui-forge\models\RealESRGAN
Adding extra search path upscale_models C:\stable-diffusion-webui-forge\models\SwinIR
Adding extra search path embeddings C:\stable-diffusion-webui-forge\embeddings
Adding extra search path hypernetworks C:\stable-diffusion-webui-forge\models\hypernetworks
Adding extra search path controlnet C:\stable-diffusion-webui-forge\models\ControlNet
Traceback (most recent call last):
File "C:\ComfyUI\main.py", line 147, in
import comfy.utils
File "C:\ComfyUI\comfy\utils.py", line 30, in
from einops import rearrange
ModuleNotFoundError: No module named 'einops'
```
### Other
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.