Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Does the folder exist at YOUR_PATH\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg ?

Does in contain Inspyrenet_Rembg.py and __init__.py ?

Does __init__.py read like this (open with text editor):

from .Inspyrenet_Rembg import InspyrenetRembg, InspyrenetRembgAdvanced

NODE_CLASS_MAPPINGS = {

    "InspyrenetRembg" : InspyrenetRembg,

    "InspyrenetRembgAdvanced" : InspyrenetRembgAdvanced,

}

NODE_DISPLAY_NAME_MAPPINGS = {

    "InspyrenetRembg": "Inspyrenet Rembg",

    "InspyrenetRembgAdvanced": "Inspyrenet Rembg Advanced"

}

__all__ = ['NODE_CLASS_MAPPINGS', "NODE_DISPLAY_NAME_MAPPINGS"]

?

If you CTRL+F into terminal window with "invalid prompt" error and search for "Import times for custom nodes" - is \ComfyUI-Inspyrenet-Rembg imported properly?

i did not have that node, so I went to the manager, found it, and downloaded it, and now it is generating characters. I appreciate your help

(4 edits)

actually i have another problem and its invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because node ETN_LoadImageBase64 does not exist.', 'details': "Node ID '#32'", 'extra_info': {}}

 edit: nvm i fixed that but now i have invalid prompt: {'type': 'invalid_prompt', 'message': 'Cannot execute because node ETN_CropImage does not exist.', 'details': "Node ID '#36'", 'extra_info': {}

edit2: it is not in custom nodes i have checked so where and how do i download it?