Closed korinho23 closed 3 months ago
@korinho23 Hi, I made fresh install, but cannot found problem:
You have problem with pytorch_lightning Python module. Try to reinstall it, maybe this page helps: https://pytorch-lightning.readthedocs.io/en/2.2.2/app/install/installation.html
I installed the necessary dependencies, but the import still fails.
LOG:
File "X:\XXXXXX\Packages\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes__init__.py", line 3, in
from .components import primereserver
File "X:\XXXXXX\Packages\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes\components\primereserver.py", line 3, in
from ..components import utility
File "X:\XXXXXX\Packages\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes\components\utility.py", line 24, in
import pytorch_lightning as pl