Show width and height widgets on director node
This commit is contained in:
@@ -12097,9 +12097,11 @@ app.registerExtension({
|
||||
setTimeout(refreshFromWidgets, 60);
|
||||
setTimeout(refreshFromWidgets, 250);
|
||||
|
||||
["custom_width", "custom_height", "frame_rate", "resize_method", "reference_strength"].forEach(n => { hideWidget(getW(n)); });
|
||||
ensureTimingHidden();
|
||||
};
|
||||
// Keep width/height as regular widgets on the node so they can be used like
|
||||
// standard Comfy fields instead of being panel-only controls.
|
||||
["frame_rate", "resize_method", "reference_strength"].forEach(n => { hideWidget(getW(n)); });
|
||||
ensureTimingHidden();
|
||||
};
|
||||
const settingsContainer = document.createElement("div");
|
||||
settingsContainer.style.boxSizing = "border-box";
|
||||
_ltxBuildSettingsPanel(this, settingsContainer);
|
||||
|
||||
Reference in New Issue
Block a user