Sunday, November 10, 2024

Show HN: Open-source tool to convert ComfyUI workflows into web apps and APIs https://ift.tt/ycEoU5d

Show HN: Open-source tool to convert ComfyUI workflows into web apps and APIs We built an open-source solution to transform ComfyUI workflows into production-ready web applications with minimal configuration. The project consists of: - ViewComfy (open source) - A tool for wrapping ComfyUI workflows in clean, user-friendly interfaces: https://ift.tt/su9XybU - Cloud deployment layer - Includes an automatic dependency resolver that handles model management and node installation. Deploy either as interactive web apps (using ViewComfy) or REST APIs: https://ift.tt/GUKPAae Key features: - Zero-config deployment of any ComfyUI workflow - Automatic model/dependency management - REST API generation - UI builder components You can get started by dropping a workflow here: https://ift.tt/GUKPAae https://ift.tt/3hkjpsf November 11, 2024 at 01:31AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...