ComfyUI Node

Shadertoy

A ComfyUI node in Audio Reactor with 9 inputs and 1 output.

By tocubed·Created 3 years ago·Updated 2 years ago· 9
Shadertoy
  • channel_0
  • channel_1
  • channel_2
  • channel_3
  • IMAGE
width512
height512
frame_count1
fps1
source void mainImage( out vec4 fragColor, in vec2 fragCoord ) { // Normalized pixel coordinates (from 0 to 1) vec2 uv = fragCoord/iResolution.xy; // Time varying pixel color vec3 col = 0.5 + 0.5*cos(iTime+uv.xyx+vec3(0,2,4)); // Output to screen fragColor = vec4(col,1.0); }
CategoryAudio Reactor

Inputs (9)

NameTypeDefaultDescription
widthINT51264–16384
heightINT51264–16384
frame_countINT11–262144
fpsINT11–120
sourceSTRING void mainImage( out vec4 fragColor, in vec2 fragCoord ) { // Normalized pixel coordinates (from 0 to 1) vec2 uv = fragCoord/iResolution.xy; // Time varying pixel color vec3 col = 0.5 + 0.5*cos(iTime+uv.xyx+vec3(0,2,4)); // Output to screen fragColor = vec4(col,1.0); }
channel_0optIMAGE
channel_1optIMAGE
channel_2optIMAGE
channel_3optIMAGE

Outputs (1)

NameTypeDescription
IMAGEIMAGE