-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
Potential BugBug that has not been confirmed/reproduced yetBug that has not been confirmed/reproduced yet
Description
ComfyUI and Frontend Versions
Description
In this workflow, the image_denoise
widget value is an array of two booleans, when it should be a float.
workflow_templates/templates/api_stability_ai_i2i.json
Lines 91 to 110 in af7183d
"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
- Open the templates modal
- Open the stability AI stable image ultra i2i workflow
- Try to execute
Debug Logs
.
Browser Logs
.
Setting JSON
.
What browsers do you use to access the UI ?
Google Chrome
Metadata
Metadata
Assignees
Labels
Potential BugBug that has not been confirmed/reproduced yetBug that has not been confirmed/reproduced yet