Skip to content

[fix] Disable serialization for text preview widget#4004

Merged
webfiltered merged 1 commit intomainfrom
rh-fix
May 28, 2025
Merged

[fix] Disable serialization for text preview widget#4004
webfiltered merged 1 commit intomainfrom
rh-fix

Conversation

@robinjhuang
Copy link
Member

@robinjhuang robinjhuang commented May 28, 2025

  • Prevented API nodes from benefiting from execution engine cache. The node inputs would always be dirty because it would send the result url from the previous run.
  • Adds serialize: false property to text preview widget to prevent its content from being included in workflow serialization

Fixed #4001

┆Issue is synchronized with this Notion page by Unito

Adds serialize: false to prevent text preview widget content from being included in workflow serialization.
@robinjhuang robinjhuang requested a review from a team as a code owner May 28, 2025 04:05
Copy link
Contributor

@webfiltered webfiltered left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically it's two lines..... just saying...

@webfiltered webfiltered enabled auto-merge (squash) May 28, 2025 04:08
@webfiltered webfiltered merged commit fa58c04 into main May 28, 2025
10 checks passed
@webfiltered webfiltered deleted the rh-fix branch May 28, 2025 04:20
@christian-byrne christian-byrne mentioned this pull request May 28, 2025
lordTyrion pushed a commit to playbook3d/ComfyUI_frontend that referenced this pull request Jul 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API Nodes: Keeps running even when inputs are the same

2 participants