comfyui-propost icon indicating copy to clipboard operation
comfyui-propost copied to clipboard

A set of custom ComfyUI nodes for performing post-processing effects.

Results 7 comfyui-propost issues
Sort by recently updated
recently updated
newest added

When the "blur_strength" in the ProPostRadialBlur is low, the next node in the chain receives a black image, although the preview attached to the ProPostRadialBlur works well. Very weird. ![image](https://github.com/digitaljohn/comfyui-propost/assets/13320570/00ecd733-ab0b-4ac5-a92c-40e3efbaec4e)

I feed the Vignette node an upscaled image of 3132x2160 px. Any Vignette strength above 1 gives the same output, with a much too strong completely black vignette and only...

Hey, just wanted to say that the nodes are really useful and produce visually pleasing results, but is there any way they could run faster? Processing 384 frames long 1344x768...

Uses `pyfastnoisesimd` to get over a 2x performance increase. Can test using: ## Color Noise ```bash python3 graingen.py output_image.png 800 600 2 30 1 42 ``` ORIG: 0.21383213996887207 SIMD: 0.08792400360107422...

enhancement

We are building a global registry for custom nodes (similar to PyPI). The registry makes using custom nodes more reliable by reserving globally unique names for each custom node, and...

This PR adds a Github Action (publish-node-action) that will run whenever the pyproject.toml file changes. The pyproject.toml defines the custom node version you want to publish (added in another PR)....

I'm using the film grain node, but it keeps giving me this error: ``` Failed to validate prompt for output 235: * ProPostFilmGrain 267: - Value 360139647746456 bigger than max...