Create your first workflow app

Create your first workflow app on ComfyFlow


What is ComfyUI workflow app?

ComfyUI Workflow App = ComfyUI Workflow + Custom Nodes + Models

when developing workflow applications with ComfyUI, besides setting up the ComfyUI environment, we need to consider:

  1. Which models to use? download these models from Huggingface or Civitai.
  2. What nodes or custom nodes to use? Apart from model configuration nodes, we can also use nodes to process the generated images, like enlargement, filters, etc.
  3. Combining multiple models and nodes to create a complete application scenario, like generating movie posters, creating portrait photos, and so on.
Image

In practice, we've found that creators spend a lot of time installing ComfyUI, downloading models, setting up custom nodes, and regularly updating the ComfyUI environment and custom nodes. They might also run into conflicts between different custom nodes, which isn't really their forte.

How to create your first workflow app?

  1. Develop ComfyUI Workflow
  2. New app from ComfyUI Workflow
  3. Preview your app
  4. Write a readme of your app
  5. Publish and share your app

for more details about custom nodes and models, go to ComfyFlow Custom Nodes and ComfyFlow Models

(1) Develop ComfyUI Workflow

develop a workflow in local ComfyUI, eg: at the makeup counter

Image

(2) New app from ComfyUI Workflow

comfyflow.app -> Creator Studio -> Workspace,New App to create a app from ComfyUI workflow

  1. Input app name and description
  2. Upload workflow
  3. Config input and output parameters, you could add more input parameters and one output parameter(such as SaveImage Node)
  4. Config app models
Image

(3) Preview your app

comfyflow.app -> Creator Studio -> Workspace, select the app to Preview

Image

(4) Write a readme of your app

comfyflow.app -> Creator Studio -> Workspace, select the app to Edit readme

You can spice up your app introduction by adding cool stuff like paragraphs, quotes, lines, code snippets, images, url link, or even YouTube videos.

Image

(5) Publish and share your app

comfyflow.app -> Creator Studio -> Workspace, select the app to Publish

Image

then you could share your app with others comfyflow.app -> Creator Studio -> Published Apps, select the app to get Share url

Image