comfyUI workflow node outputs a fixed image #7487

Closed
opened 2026-02-21 18:20:51 -05:00 by yindo · 3 comments
Owner

Originally created by @auxpd on GitHub (Jan 1, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.14.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

image image No matter what prompt I type, the image that comes back is this one: image

But I went directly to the workflow on comfyUI and the output was normal

✔️ Expected Behavior

Return a picture that meets expectations

Actual Behavior

Fixed return of a picture that is the same as the touch

Originally created by @auxpd on GitHub (Jan 1, 2025). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.14.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce <img width="602" alt="image" src="https://github.com/user-attachments/assets/1806d159-72bf-47d8-adbf-5fb4735848bf" /> <img width="393" alt="image" src="https://github.com/user-attachments/assets/92edc4b7-9e39-4106-b57c-f921ba792222" /> No matter what prompt I type, the image that comes back is this one: <img width="842" alt="image" src="https://github.com/user-attachments/assets/bd1110aa-9e09-440e-96a3-111012072183" /> But I went directly to the workflow on comfyUI and the output was normal ### ✔️ Expected Behavior Return a picture that meets expectations ### ❌ Actual Behavior Fixed return of a picture that is the same as the touch
yindo added the 🐞 buggood first issue labels 2026-02-21 18:20:51 -05:00
yindo closed this issue 2026-02-21 18:20:51 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Jan 1, 2025):

@auxpd Hello there! I'm here to help you with any bugs, questions, or contributions you might have. Let's squash those bugs together! 🤖

The issue you're experiencing with the ComfyUI workflow node always outputting the same fixed image is likely due to the seed_id parameter not being set correctly. If the seed is not changed, the workflow will produce the same output for the same input conditions. To generate different images each time, ensure that you are setting a different seed ID in your workflow configuration [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot[bot] commented on GitHub (Jan 1, 2025): <!-- Greeting --> @auxpd Hello there! I'm here to help you with any bugs, questions, or contributions you might have. Let's squash those bugs together! 🤖 <!-- Answer --> The issue you're experiencing with the ComfyUI workflow node always outputting the same fixed image is likely due to the `seed_id` parameter not being set correctly. If the seed is not changed, the workflow will produce the same output for the same input conditions. To generate different images each time, ensure that you are setting a different seed ID in your workflow configuration <sup>[[1]](https://github.com/langgenius/dify/blob/main/api/core/tools/provider/builtin/comfyui/tools/comfyui_workflow.yaml)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/a68c5419-f04d-42e7-9467-6f79d7250c4e?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/a68c5419-f04d-42e7-9467-6f79d7250c4e?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/a68c5419-f04d-42e7-9467-6f79d7250c4e?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/a68c5419-f04d-42e7-9467-6f79d7250c4e?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/a68c5419-f04d-42e7-9467-6f79d7250c4e?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/a68c5419-f04d-42e7-9467-6f79d7250c4e?feedback_type=other)</sup>
Author
Owner

@hjlarry commented on GitHub (Jan 2, 2025):

You are required to specify the seed node. If left blank, comfy will consistently use the same seed value, resulting the same images each time.

@hjlarry commented on GitHub (Jan 2, 2025): You are required to specify the seed node. If left blank, comfy will consistently use the same seed value, resulting the same images each time.
Author
Owner

@dosubot[bot] commented on GitHub (Feb 2, 2025):

Hi, @auxpd. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • The issue involves a bug in the comfyUI workflow node, where it outputs the same image regardless of the input prompt.
  • The problem is linked to the seed_id parameter not being set correctly, causing the workflow to produce identical outputs.
  • It was noted that specifying the seed node is necessary to avoid using the same seed value, which results in the same image each time.

Next Steps:

  • Please confirm if this issue is still relevant to the latest version of the Dify repository. If it is, you can keep the discussion open by commenting on the issue.
  • If there is no further activity, the issue will be automatically closed in 15 days.

Thank you for your understanding and contribution!

@dosubot[bot] commented on GitHub (Feb 2, 2025): Hi, @auxpd. I'm [Dosu](https://dosu.dev), and I'm helping the Dify team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - The issue involves a bug in the comfyUI workflow node, where it outputs the same image regardless of the input prompt. - The problem is linked to the `seed_id` parameter not being set correctly, causing the workflow to produce identical outputs. - It was noted that specifying the seed node is necessary to avoid using the same seed value, which results in the same image each time. **Next Steps:** - Please confirm if this issue is still relevant to the latest version of the Dify repository. If it is, you can keep the discussion open by commenting on the issue. - If there is no further activity, the issue will be automatically closed in 15 days. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7487