https://github.com/oxysoft/ComfyUI-gowiththeflow-loopback
Go With The Flow noise warper implemented for loopback AI animation in ComfyUI
https://github.com/oxysoft/ComfyUI-gowiththeflow-loopback
Last synced: 9 months ago
JSON representation
Go With The Flow noise warper implemented for loopback AI animation in ComfyUI
- Host: GitHub
- URL: https://github.com/oxysoft/ComfyUI-gowiththeflow-loopback
- Owner: oxysoft
- Created: 2025-01-27T18:15:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-03T03:35:59.000Z (about 1 year ago)
- Last Synced: 2025-04-03T04:27:19.680Z (about 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-gowiththeflow** - 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) (Workflows (3242) sorted by GitHub Stars)
- awesome-comfyui - **ComfyUI-gowiththeflow** - 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) (All Workflows Sorted by GitHub Stars)
README
# 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.