Skip to content

[Bug]: Stable Image Ultra I2I workflow has invalid widget value #104

@christian-byrne

Description

@christian-byrne

ComfyUI and Frontend Versions

Image

Description

In this workflow, the image_denoise widget value is an array of two booleans, when it should be a float.

"widget_ue_connectable": {
"prompt": true,
"aspect_ratio": true,
"style_preset": true,
"seed": true,
"image_denoise": true
}
},
"widgets_values": [
"Girl with a Pearl Earring by Jan Vermeer, but the character wears a stylish pair of sunglasses",
"1:1",
"pixel-art",
3366771684,
0.6600000000000001,
[
false,
true
]
]
},

If I had to guess, this is caused by using the "Use Everywhere" extension, which perhaps modifies the serialization of widget values.

Steps to Reproduce

  1. Open the templates modal
  2. Open the stability AI stable image ultra i2i workflow

Image

  1. Try to execute

Image

Debug Logs

.

Browser Logs

.

Setting JSON

.

What browsers do you use to access the UI ?

Google Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    Potential BugBug that has not been confirmed/reproduced yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions