An enhanced version of the Video Maze Generator that adds deterministic maze generation and additional control parameters.
- Deterministic maze generation using ComfyUI's standard seed parameter
- Customizable wall thickness
- Adjustable camera height for different perspectives
- Fog distance control for atmospheric effects
- Enhanced ceiling and floor color options
- Improved collision detection and movement
width
: Output width in pixels (128-4096, default: 512)height
: Output height in pixels (128-4096, default: 512)fps
: Frames per second (1-60, default: 30)max_frames
: Maximum number of frames to generate (1-9999, default: 300)seed
: Random seed for deterministic maze generation (0-18446744073709551615, default: 0)
maze_size
: Size of the maze grid (15-100, default: 30)wall_height
: Height of maze walls (0.5-3.0, default: 1.2)wall_thickness
: Thickness of walls in pixels (1-5, default: 1)
camera_height
: Vertical camera position (0.1-1.0, default: 0.5)camera_pitch
: Camera tilt angle in degrees (-45.0 to 45.0, default: 0.0)fog_distance
: Distance at which fog effect starts (5.0-50.0, default: 20.0)fov
: Field of view in degrees (30.0-120.0, default: 75.0)movement_speed
: Camera movement speed (0.01-0.2, default: 0.05)rotation_speed
: Camera rotation speed (0.01-0.15, default: 0.03)
-
color_scheme
: Color palette selectionneon
: Bright, vibrant colorsclassic
: Traditional RGB-based colorsrainbow
: Full spectrum colorsmonochrome
: Grayscale variationssunset
: Warm, atmospheric colorscyberpunk
: High-contrast futuristic colors
-
wall_pattern
: Wall texture patternsolid
: Simple solid wallsgradient
: Vertical gradient effectbrick
: Animated brick patterncircuit
: Moving circuit board pattern
-
lighting_mode
: Lighting effect typedynamic
: Distance-based lightingstatic
: Constant lightingpulsing
: Animated pulsing effectambient
: Soft ambient lighting
-
render_quality
: Ray casting qualitystandard
: Basic quality (faster)high
: Improved qualityultra
: Maximum quality (slower)
-
ceiling_color
: Hex color code for ceiling (default: "#000000") -
floor_color
: Hex color code for floor (default: "#000000")
- Returns a tensor of image frames in the standard ComfyUI format
- Compatible with video generation workflows
- Can be used with RepeatDecorator and LoopDecorator for endless animations
- Use higher
render_quality
for final renders and lower for previews - Adjust
fog_distance
to control the atmosphere and visibility - Experiment with different
wall_pattern
andlighting_mode
combinations - Use consistent
seed
values to generate the same maze layout repeatedly - Adjust
camera_height
andcamera_pitch
for different perspectives - Use hex color codes (e.g., "#FF0000" for red) to customize ceiling and floor colors