chrisgoringe

Results 11 issues of chrisgoringe

# Steps to reproduce: - clean ComfyUI install - add a trivial node with forceInput=True ```python class IntToInt: @classmethod def INPUT_TYPES(cls): return {"required": { "int": ( "INT", { "default": 0,...

in ..src_litegraph.js around lines 6674ff, the flow dot locations depend on computeConnectionPoint, which doesn't take links_render_mode into account

Hi - author of the https://github.com/chrisgoringe/cg-use-everywhere Use Everywhere nodes here. Wondering if you'd be open to working with me to make our two systems work more smoothly together? An example:...

'sci fi' is listed in the style list chooser (line 2950), but isn't included in the long list of else if (should be inserted after line 3021 I assume)

Add an option to parse_event to include the raw component dictionary as an attribute of the Event objects returned to allow processing of (eg) custom extensions.

Don't set a widget value if it hasn't changed, to avoid triggering DOMWidget set callback

Bug
Feature
Frontend

At `litegraph.js:9767` it says computeConnectionPoint returns the link center point: ``` //returns the link center point based on curvature LGraphCanvas.prototype.computeConnectionPoint = function( ``` But in fact the function takes a...

Wondering if it would be possible for updates to Comfy to be pushed to an alpha release branch a few days before they are merged to main? To give custom...

User Support

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? If I...

enhancement

Adding a type field to the custom widget (consistent with the built in widget types) allows other developers to identify the widgets.