Nodes Browser

ComfyDeploy: How simplecomfy works in ComfyUI?

What is simplecomfy?

Simple JS application based on ComfyUI which takes prompt and style picture from user and runs hardcoded workflow inference returning generated image to user.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for simplecomfy and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

Simple JS application based on ComfyUI.

Takes two images as input: 1 - style image for background inpaint, 2 - subject image. Removes background and generates background based on both prompt and style image.

Install: clone the repo to ComfyUI custom_nodes and restart ComfyUI.