This is a ComfyUI custom node that implements the Golden Noise Generator from the paper "Golden Noise for Diffusion Models: A Learning Framework", specifically optimized for SDXL. The node enhances the initial latent noise used in the diffusion process to improve image quality and semantic consistency.
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/Golden-Noise-for-Diffusion-Models
pip install timm einops
The node appears in ComfyUI as "Golden Noise Generator" under the "latent/noise" category.
link to the weights here
they are pth files so be careful and i would suggest converting them to safetensors.
i provide a very simple script to convert them to safetensors.
python convert.py --input weights --output weights
If you use this node in your work, please cite the original paper:
@misc{zhou2024goldennoisediffusionmodels,
title={Golden Noise for Diffusion Models: A Learning Framework},
author={Zikai Zhou and Shitong Shao and Lichen Bai and Zhiqiang Xu and Bo Han and Zeke Xie},
year={2024},
eprint={2411.09502},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
This project is licensed under the MIT License.
Python
100.0%
This is a ComfyUI custom node that implements the Golden Noise Generator from the paper "Golden Noise for Diffusion Models: A Learning Framework", specifically optimized for SDXL. The node enhances the initial latent noise used in the diffusion process to improve image quality and semantic consistency.
cd ComfyUI/custom_nodes
git clone https://github.com/yourusername/Golden-Noise-for-Diffusion-Models
pip install timm einops
The node appears in ComfyUI as "Golden Noise Generator" under the "latent/noise" category.
link to the weights here
they are pth files so be careful and i would suggest converting them to safetensors.
i provide a very simple script to convert them to safetensors.
python convert.py --input weights --output weights
If you use this node in your work, please cite the original paper:
@misc{zhou2024goldennoisediffusionmodels,
title={Golden Noise for Diffusion Models: A Learning Framework},
author={Zikai Zhou and Shitong Shao and Lichen Bai and Zhiqiang Xu and Bo Han and Zeke Xie},
year={2024},
eprint={2411.09502},
archivePrefix={arXiv},
primaryClass={cs.LG}
}
This project is licensed under the MIT License.
Python
100.0%