Visit ComfyUI Online for ready-to-use ComfyUI environment
Create and manage customizable particle effects for AI-generated art.
The ParticleEmitter
node is designed to create and manage particle emitters within a particle system. This node allows you to define various properties of the particles, such as their direction, speed, size, and color, as well as the rate at which they are emitted. By configuring these properties, you can simulate a wide range of particle effects, from simple smoke and fire to complex fluid dynamics. The ParticleEmitter
node is highly customizable, enabling you to create dynamic and visually appealing particle systems that can enhance your AI-generated art.
This parameter sets the horizontal position of the emitter within the canvas, ranging from 0.0 to 1.0, with a default value of 0.5. It determines where the particles will originate along the x-axis.
This parameter sets the vertical position of the emitter within the canvas, ranging from 0.0 to 1.0, with a default value of 0.5. It determines where the particles will originate along the y-axis.
This parameter defines the initial direction in which particles are emitted, measured in degrees from 0.0 to 360.0, with a default value of 0.0. It controls the angle at which particles are launched from the emitter.
This parameter specifies the spread angle of the particles, ranging from 0.0 to 360.0 degrees, with a default value of 30.0. It determines the range of angles within which particles can be emitted, creating a more dispersed or focused effect.
This parameter sets the size of the particles, ranging from 1.0 to 400.0, with a default value of 17.4. It affects the visual appearance and physical properties of the particles.
This parameter defines the speed at which particles are emitted, ranging from 1.0 to 1000.0, with a default value of 330.0. It controls how fast the particles move away from the emitter.
This parameter determines the rate at which particles are emitted, ranging from 0.1 to 100.0 particles per second, with a default value of 10.0. It affects the density and intensity of the particle stream.
This parameter sets the color of the particles, specified as a string in the format "(R,G,B)", with a default value of "(255,255,255)". It determines the visual color of the particles.
This parameter defines the initial burst of particles when the emitter is first activated, ranging from 0.0 to 1.0, with a default value of 0.0. It creates an initial plume effect at the start of the emission.
This optional parameter allows you to chain multiple emitters together. It accepts a PARTICLE_EMITTER
type, enabling you to build complex particle systems with multiple emission sources.
This optional parameter allows you to add movement to the emitter. It accepts an EMITTER_MOVEMENT
type, enabling dynamic changes in the emitter's position and direction over time.
This optional parameter allows you to add spring joint settings to the particles. It accepts a SPRING_JOINT_SETTING
type, enabling physical interactions between particles.
This optional parameter allows you to add modulation effects to the particles. It accepts a PARTICLE_MODULATION
type, enabling dynamic changes in particle properties over time.
The output of the ParticleEmitter
node is a PARTICLE_EMITTER
type. This output represents the configured particle emitter, which can be used in conjunction with other nodes to create and manage particle systems. It encapsulates all the properties and settings defined by the input parameters, allowing for seamless integration into your particle system workflow.
particle_direction
and particle_spread
values to create varied particle effects, such as focused streams or wide dispersions.emitter_movement
parameter to add dynamic motion to your emitter, making the particle system more lively and engaging.emission_rate
to control the intensity of the particle effect, balancing between subtle and dramatic visual impacts.previous_emitter
parameter to create complex and layered particle systems.emitter_x
or emitter_y
values are outside the valid range of 0.0 to 1.0.emitter_x
and emitter_y
are set within the range of 0.0 to 1.0.particle_direction
value is outside the valid range of 0.0 to 360.0 degrees.particle_direction
within the range of 0.0 to 360.0 degrees.particle_size
value is outside the valid range of 1.0 to 400.0.particle_size
is set within the range of 1.0 to 400.0.emission_rate
value is outside the valid range of 0.1 to 100.0 particles per second.emission_rate
within the range of 0.1 to 100.0 particles per second.color
value is not in the correct "(R,G,B)" string format.color
is specified as a string in the format "(R,G,B)".© Copyright 2024 RunComfy. All Rights Reserved.