Closed hiowenluke closed 9 months ago
Hi [hiowenluke], the node already updated. The 'PROMPT_DATA' from refiner prompt node must be connected to Image segments. Just pull and refresh the node.
The code is newest:
The 'PROMPT_DATA' can be only connected to segmeng_settings in Primere Any Detailer, and the error is still exists.
Error:
Error occurred when executing PrimereImageSegments:
PrimereImageSegments.primere_segments() missing 1 required positional argument: 'segment_prompt_data'
File "D:\ComfyUI\ComfyUI\execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "D:\ComfyUI\ComfyUI\execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "D:\ComfyUI\ComfyUI\execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
The workflow is below: workflow.json
@hiowenluke Something wrong in attached workflow, 'prompt_data' must be connected to the image segment node, like in the pic. But I attach my development workflow, tested before uploaded, and working well in my environment. refiner_dev.json
@hiowenluke Finally I checked your attached workflow. Something outdated I think, you must re-create all old nodes (after git pull on my nodepack and comfy root too).
First re-create all nodes by the right-click menu -> Fix node (recreate)
Then re-wire the workflow, or use my attached repaired new json repaired_workflow.json
I tested for hair, and succeed with Sd and SDXL checkpoints too:
It works. Thanks.