hhhzzyang / Comfyui_Lama

41 stars 12 forks source link

ModuleNotFoundError: No module named 'models.ade20k' #5

Open xianrenzhang0318 opened 10 months ago

xianrenzhang0318 commented 10 months ago

Traceback (most recent call last): File "J:\ComfyUI\ComfyUI\nodes.py", line 1735, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "J:\ComfyUI\ComfyUI\custom_nodes\Comfyui_Lama__init__.py", line 1, in from .LamaRemove import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "J:\ComfyUI\ComfyUI\custom_nodes\Comfyui_Lama\LamaRemove.py", line 12, in from saicinpainting.evaluation.utils import move_to_device File "J:\ComfyUI\ComfyUI\custom_nodes\Comfyui_Lama\saicinpainting\evaluation__init__.py", line 6, in from saicinpainting.evaluation.losses.base_loss import SSIMScore, LPIPSScore, FIDScore File "J:\ComfyUI\ComfyUI\custom_nodes\Comfyui_Lama\saicinpainting\evaluation\losses\base_loss.py", line 13, in from models.ade20k import SegmentationModule, NUM_CLASS, segm_options ModuleNotFoundError: No module named 'models.ade20k'

1ikeman commented 5 months ago

Has this problem been solved? I have this problem too

bluetyhyhf commented 4 months ago

I'm having the same problem!