ComfyUI basic concepts
Workflows
4 min
what are workflows? a workflow in floyo is a visual way of programming the system what to do that might mean generating an image, running an ai model or even handling a completely custom function each workflow is made up of nodes every node has one or multiple functions it can for example load a model, apply a prompt, adjust a value, process an input you connect them to define the steps in your workflow think of it like building with blocks, where each block has a clear purpose some workflows are simple others can get huge and complex, especially when you start layering different models or mixing media that flexibility is the point, because under the hood, floyo can run anything in floyo, you can build from scratch or start with an existing workflow run workflows instantly in your browser, no setup share workflows or keep them private use it solo or with a team whether you're experimenting, prototyping, or doing production work, it all happens through workflows saving workflows in floyo, saving your workflow is simple you can store it in your workspace, download it as a json, or publish and share it with a link if you're using private teams, you can also publish privately to your teams page to publish a workflow, click the yellow publish button in the corner one of the most useful features is that every image you generate has the full workflow embedded in the metadata that means you, or anyone else, can drag that image back into floyo and instantly reopen the exact workflow that created it no need to remember what settings you used or how it was built ways to save save to your floyo workspace download as a json file publish to floyo and share a link with others drop an output image into floyo to restore the workflow
