Alex Morgan
Alex Morgan
Simple dockerfile and launch scripts: ``` # From official node docker (alpine) FROM node:18.9.1-alpine3.16 # Install base packages RUN --mount=type=cache,target=/var/cache/apk \ apk update \ && apk add git # Download...
Sorry, my bad, use ws://localhost:8188 instead of http. And yes, you need to setup ComfyUI first, with sdfx.config.json and SDFXBridgeForComfyUI, also I recommend to include ComfyUI-Manager and ComfyUI-Crystools for node...
Also, another problem with widgetNames: if childrin using same nodeId and widgetNames, it's values will be same.
Seems that any widget is not updating after generation, checked with widget type "input". random/increment/decrement is not updating its corresponding values, when switching between App and Graph
Fixed locally with firing sdfx.triggerWidgetUpdateEvent after targetWidget.callback in widgets.js Works, but need to be tested.
Same. Seems that new interface doesn't use custom js files from custom nodes. Maybe, bridge can't send custom js at now?
Also, it will be great to support other custom nodes in UI, like OpenPose Editor.
Seems that currently path for sdfx.config.json is not supported, since one of ComfyUI update. But SDFX is searching sdfx.config.json by going up in directories, if path not specified, so, just...
So, any progress? @comfyanonymous
Can be related to https://github.com/open-webui/open-webui/pull/7162