Nodes Browser

ComfyDeploy: How ComfyUI-gowiththeflow works in ComfyUI?

What is ComfyUI-gowiththeflow?

Implementation of GoWithTheFlow, original code at [a/https://github.com/Eyeline-Research/Go-with-the-Flow/](https://github.com/Eyeline-Research/Go-with-the-Flow/) and [a/https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py](https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py)

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 ComfyUI-gowiththeflow and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-gowiththeflow

Implementation of GoWithTheFlow, original code at https://github.com/Eyeline-Research/Go-with-the-Flow/ and https://github.com/RyannDaGreat/CommonSource/blob/master/noise_warp.py

Usage

  1. Add NoiseWarperNode
  2. Pass a BGR flow map
  3. (Leave width and height zero to detect dimensions from flow map)
  4. (you probably want 3 noise_channels for most models without alpha channels)
  5. Pass the latent to the model and enjoy!

The noise warper node will preserve the noise state and only update it each time that the workflow is invoked.