SD-Advanced-Noise
SD-Advanced-Noise copied to clipboard
Experimenting with generating noise directly in the latent space.
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)....
That was a pleasant surprise! :D I used GPT4 to help me out about upscaling latents through lanczos this afternoon. You can find it [here](https://github.com/Extraltodeus/CustomComfyUINodes/blob/main/latent_lanczos_upscale.py). Now of course the results...
Error occurred when executing LatentGaussianNoise: stack expects a non-empty TensorList File "E:\AI\ComfyUI-aki-v1.3\execution.py", line 151, in recursive_execute output_data, output_ui = get_output_data(obj, input_data_all) File "E:\AI\ComfyUI-aki-v1.3\execution.py", line 81, in get_output_data return_values = map_node_over_list(obj,...