ltdrdata/ComfyUI-Impact-Pack

facedetailer: required input is missing: seed

Gh20221205 opened this issue · 8 comments

I got this error since a recent update. Now facedetailer can no longer run. I think it tells me that I need to connect a seed to it, but there is no input for seed on the node.

Show me the your workflow.

Show me the your workflow.
Here's the workflow I used.
https://civitai.com/models/623583/flux-with-face-and-hand-detailers-2-upscalers

I have a similar issue. I converted the seed into an input in one of my workflow for the FaceDetailer node. It worked until recently. Today when I load the workflow the input is named "scheduler_func_opt" instead of "seed".
image
Converting seed to a widget and back to an input solve the issue until reloading the workflow.
The error message is the following:
image

EDIT: It worked after recreating the node. Thanks for the help @ltdrdata

I have a similar issue. I converted the seed into an input in one of my workflow for the FaceDetailer node. It worked until recently. Today when I load the workflow the input is named "scheduler_func_opt" instead of "seed". image Converting seed to a widget and back to an input solve the issue until reloading the workflow. The error message is the following: image

Recreate the node. This issue can occur when loading nodes created with a very old version of Impact Pack using the latest version of Impact Pack.

Got same error:
Required input is missing seed.json

Reloaded a new ksampler, what else can I do @ltdrdata ?

logs:

got prompt
Failed to validate prompt for output 130:
* FaceDetailer 127:
  - Required input is missing: seed
Output will be ignored

What I mentioned was recreate, not reload.
The node was already saved in the workflow in a broken state.
The node needs to be removed and added again.

What I mentioned was recreate, not reload. The node was already saved in the workflow in a broken state. The node needs to be removed and added again.

I am pretty sure I made a new one (I dont think I did a copy paste from the last supposedly broken one) and what I meant by "reloaded" was loaded one from the menu of nodes (created one)

I could try again to be 100% but I am already 90% sure

What I mentioned was recreate, not reload. The node was already saved in the workflow in a broken state. The node needs to be removed and added again.

I am pretty sure I made a new one (I dont think I did a copy paste from the last supposedly broken one) and what I meant by "reloaded" was loaded one from the menu of nodes (created one)

I could try again to be 100% but I am already 90% sure

If the issue can be reproduced, submit it to the front repo along with detailed reproduction steps.
To rule out the possibility of interference from other custom nodes, please reproduce the issue using a fresh ComfyUI installation with only Impact Pack installed.

When a workflow file is saved with scheduler_func_opt set as a seed widget, this indicates a case where the workflow has become broken.

image