├── LICENSE ├── README.md ├── __init__.py ├── example_workflows ├── unsample_example.json └── variations_example.json ├── examples ├── example_unsample.png └── example_variation.png └── nodes.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/__init__.py -------------------------------------------------------------------------------- /example_workflows/unsample_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/example_workflows/unsample_example.json -------------------------------------------------------------------------------- /example_workflows/variations_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/example_workflows/variations_example.json -------------------------------------------------------------------------------- /examples/example_unsample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/examples/example_unsample.png -------------------------------------------------------------------------------- /examples/example_variation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/examples/example_variation.png -------------------------------------------------------------------------------- /nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlenderNeko/ComfyUI_Noise/HEAD/nodes.py --------------------------------------------------------------------------------