https://github.com/richinsley/Comfy-LFO
ComfyUI custom nodes to create Low Frequency Oscillators
https://github.com/richinsley/Comfy-LFO
comfyui stable-diffusion
Last synced: 4 months ago
JSON representation
ComfyUI custom nodes to create Low Frequency Oscillators
- Host: GitHub
- URL: https://github.com/richinsley/Comfy-LFO
- Owner: richinsley
- License: mit
- Created: 2023-08-22T22:34:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T20:46:30.000Z (11 months ago)
- Last Synced: 2024-12-18T07:14:19.992Z (4 months ago)
- Topics: comfyui, stable-diffusion
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **Comfy-LFO**
README
# Comfy-LFO
ComfyUI custom nodes to create Low Frequency Oscillators## About
Low Frequency Oscillators (LFOs) are used in various fields such as audio synthesis, signal processing, and control systems. They typically generate oscillating signals at frequencies below the human hearing range. In the context of ComfyUI, they can be used to provide varying inputs to other nodes.## Install
From a terminal in ComfyUI folder:
```bash
cd custom_nodes
git clone https://github.com/richinsley/Comfy-LFO.git
```