Dimensional Latent Perlin is a custom node for ComfyUI that generates Perlin noise in the latent space. This node is designed to work seamlessly with various diffusion models and can be used as an alternative or complement to standard random noise generators in image generation pipelines.
Dimensional Latent Perlin is a custom node for ComfyUI that generates Perlin noise in the latent space. This node is designed to work seamlessly with various diffusion models and can be used as an alternative or complement to standard random noise generators in image generation pipelines.
git clone https://github.com/neuralsamurai/ComfyUI-Dimensional-Latent-Perlin.git
After installation, the Dimensional Latent Perlin node will be available in the ComfyUI interface under the "latent/noise" category.
seed
: Seed for random number generation (for reproducibility)width
: Width of the output imageheight
: Height of the output imagebatch_size
: Number of images to generate in a batchdetail_level
: Controls the level of detail in the Perlin noisedownsample_factor
: Downsampling factor for the latent spacelatent_image
: An existing latent image to match dimensionsmodel
: A diffusion model to match latent space specificationsLATENT
: A latent representation of the generated Perlin noiseWorkflow available in the asset directory
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
This node was inspired by and based on the work of Extraltodeus: