Acly / comfyui-inpaint-nodes

Nodes for better inpainting with ComfyUI: Fooocus inpaint model for SDXL, LaMa, MAT, and various other tools for pre-filling inpaint & outpaint areas.
GNU General Public License v3.0
490 stars 35 forks source link

I keep getting this same error: File "E:\Pinokio\api\comfyui\app\custom_nodes\comfyui-inpaint-nodes\nodes.py", line 14, in <module> from comfy_extras.chainner_models.types import PyTorchModel #48

Closed Superdrew907 closed 1 month ago

Superdrew907 commented 1 month ago

i keep getting this error, I dont know what I'm doing wrong. I'm a novice at best any help would be appericated.

File "E:\Pinokio\api\comfyui\app\nodes.py", line 1879, 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 "E:\Pinokio\api\comfyui\app\custom_nodes\comfyui-inpaint-nodes__init__.py", line 21, in from . import nodes File "E:\Pinokio\api\comfyui\app\custom_nodes\comfyui-inpaint-nodes\nodes.py", line 14, in
from comfy_extras.chainner_models.types import PyTorchModel ModuleNotFoundError: No module named 'comfy_extras.chainner_models.types'

Cannot import E:\Pinokio\api\comfyui\app\custom_nodes\comfyui-inpaint-nodes module for custom nodes: No module named 'comfy_extras.chainner_models.types

Far as I can tell: comfy_extras.chainner_models.types doesn't exist. so it cant import PyTorchModel.

Thank you for your time.

kft334 commented 1 month ago

ComfyUI made these breaking changes today:

This repo needs to be updated to reflect these changes.

Superdrew907 commented 1 month ago

I dont know how to do any of that so i'll just wait for the repo to be updated. Thanks again!

GalaxyTimeMachine commented 1 month ago

Came here with this same problem.

Acly commented 1 month ago

Should work again now, please update.