mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-12 20:48:22 +00:00
Make sure the pooled output stays at the EOS token with added embeddings.
This commit is contained in:
@@ -267,7 +267,6 @@ export const ComfyWidgets = {
|
||||
return { widget: node.addWidget(widgetType, inputName, val, () => {}, config) };
|
||||
},
|
||||
INT(node, inputName, inputData, app) {
|
||||
console.log(app);
|
||||
let widgetType = isSlider(inputData[1]["display"], app);
|
||||
const { val, config } = getNumberDefaults(inputData, 1);
|
||||
Object.assign(config, { precision: 0 });
|
||||
|
Reference in New Issue
Block a user