sdfx icon indicating copy to clipboard operation
sdfx copied to clipboard

The ultimate no-code platform to build and share AI apps with beautiful UI.

Results 25 sdfx issues
Sort by recently updated
recently updated
newest added

Current message is "Please drag'n drop a SDFX app, an image or a Comfy Workflow." But amateur users got stuck, they don't understand, what is an app or an workflow....

PromptTimeline.vue is using crypto.randomUUID() for uuid generation. Using crypto.randomUUID() work on https-sites, but cannot be used on http-sites (except localhost), because crypto is undefined there. It's better to use uuidv4()...

When user click "Save App" (or "Export App" and drag'n'dropping it to left panel), app is showing as factory. Seems like a bug, apps saved/uploaded by user should be non-factory,...

Some widgets is replacing with sliders, and I can't convert it in SDFX (but can do it in ComfyUI). Fixed locally by adding 'slider' in const VALID_TYPES (in widgetInputs.js)

Drag'n'drop canvas with middle mouse click doesn't work. "if (LiteGraph.middle_click_slot_add_default_node)" at line 803 in CanvasEvents.ts completely blocking drag'n'drop, 'cause it's condition is "else if". Fixed it locally by adding "skip_action...

![image](https://github.com/sdfxai/sdfx/assets/90132896/e81791cd-5438-4325-bd2c-df1a43fd9a3d) Marigold hangs and keeps using 100% gpu, doesnt take more then a minute on regular comfy. When you try to stop it ![image](https://github.com/sdfxai/sdfx/assets/90132896/37b3c313-c26f-4e5a-a81f-55ee4d249e30) this symbol keeps spinning and persists...

I have ComfyUI with set symbolic linked checkpoints directory, it works in native ComfyUI. It works in sdfx graph UI if I select the checkpoint from sdfx graph UI. But...

I have local comfyUI, installed SDFXBridgeForComfyUI and followed the steps in readme: ``` cd src npm install npm run start ``` It opens a window, few seconds a tile with...

I see the config file has cpu:true but when I start sdfx it still says torch Cuda not enabled how do I use this command: python main.py --sdfx-config-file= /root/sdfx/sdfx.config.json Maybe...