Replies: 3 comments
-
|
Take Gradio, work on it for six months to a year, and voila, you have a Comfyui without subgraphs. Greetings, "colleagues"! |
Beta Was this translation helpful? Give feedback.
-
|
One option would be to export your workflows in API mode and use your preferred development environment to write a program that uses http://localhost:8188/ws. The communication is quite extensive: Your program populates the workflow json with the entered values, opens a channel for status and error messages, uploads the images, executes the workflow, and downloads the generated images. But there are wrappers like https://github.com/9elements/comfyui-api/ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I have designed some workflows to work, but the UI is very unfriendly to non-programmers, my colleagues can't accept subgraphs, and I'm worried about what they will mess around. I want to make an interface like SD WebUI, which is of course simpler than it, do you have any suggestions, whether there are ready-made plugins, or similar github projects. I only need to expose the image upload, pos and neg prompts, scale, length, duration, save folder file name, and some other simple controls or parameters.
Beta Was this translation helpful? Give feedback.
All reactions