zhongpei / ComfyUI-InstructIR

ComfyUI InstructIR
GNU General Public License v3.0
67 stars 5 forks source link

workflow doesn't work on fresh install #7

Open karen-pal opened 2 months ago

karen-pal commented 2 months ago

InstructIRProcess node can't be found - even tried updating using node manager, but nothing

image

yangfanooo commented 1 month ago

I also encountered this problem, it seems that 1 node is missing

ryzen88 commented 1 month ago

+1 here, also have the same issue. Anyone found any solution?

ocolon53 commented 4 weeks ago

I was able to fix this by changing line #43 in the instruct_ir.py script from: "image": ("IMAGE", "IMAGE_URL"), to: "image": ("IMAGE", ),

ryzen88 commented 3 weeks ago

I was able to fix this by changing line #43 in the instruct_ir.py script from: "image": ("IMAGE", "IMAGE_URL"), to: "image": ("IMAGE", ),

Thank you very much, that worked