dimtoneff / ComfyUI-PixelArt-Detector

Generate, downscale, change palletes and restore pixel art images with SDXL.
MIT License
174 stars 10 forks source link

Installation issue. #7

Closed GauravDe-git closed 11 months ago

GauravDe-git commented 11 months ago

Hi , firstly I'm sorry if this is not the right place to ask for help, but I didn't know how to otherwise contact the developer.

I am following all the steps in the readme: cloning the repo in the custom nodes folder, then loading the workflow.json, but I get errors: When loading the graph, the following node types were not found: PixelArtLoadPalettes PixelArtDetectorSave PixelArtDetectorToImage PixelArtDetectorConverter Nodes that have failed to load will show as red on the graph. image

GauravDe-git commented 11 months ago

image These are the import issues shown

GauravDe-git commented 11 months ago

Fixed it somehow..I was using the comfyUi Portable version. I installed the cv2 package manually and pasted the folder in ComfyUI_windows_portable\python_embeded\Lib\site-packages, now it works 🫡

brand-brothers commented 11 months ago

I posted the exact same question here : https://github.com/dimtoneff/ComfyUI-PixelArt-Detector/issues/6... And solved the same way you did... hehe

dimtoneff commented 11 months ago

Weird thing is I already have had the cv2 inside my Comfy venv. Seems that another custom node might have installed it. I will add this to the requirements. Thank you for rerporting it.

dimtoneff commented 11 months ago

Pushed a fix.