Pos13

Results 7 comments of Pos13

Same here. Tried 3 different t2iStyle models, same error.

> Check these in custom_nodes\was-node-suite-comfyui\WAS_Node_Suite.py That breaks sharing your workflow with others. It's such a minor fix, I hope it will be implemented soon.

Speaking of jank hacks: as a temorary workaround, you can cast number to text and compare it to "1" to get a BOOLEAN. ![image](https://github.com/WASasquatch/was-node-suite-comfyui/assets/64479446/cd077585-35ff-44b2-a927-ea9b75c8c77e)

Already made a pull request to fix that, waiting for approval: #32

@zanllp I believe you can find most of params and their names here: [T2IParamTypes.cs, line229](https://github.com/Stability-AI/StableSwarmUI/blob/bc6a01a8ae3f5f61787201e2ec0a357d9eac4449/src/Text2Image/T2IParamTypes.cs#L229). The rest can probably be found by tracking the word "_ExtraMeta_" through repository.

Oh wow, I didn't expect it. You rock!