https://github.com/oxysoft/ComfyUI-gowiththeflow
Go With The Flow noise warper implemented for loopback AI animation in ComfyUI
https://github.com/oxysoft/ComfyUI-gowiththeflow
Last synced: 3 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
- Owner: oxysoft
- Created: 2025-01-27T18:15:39.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-27T18:25:22.000Z (3 months ago)
- Last Synced: 2025-01-27T19:42:52.468Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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) (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.