ComfyUI Extension
comfy-noodles
some custom comfy nodes for misc stuff
neggles/comfy-noodles
Nodes—
On cloudLocal install
Stars0
Updated6 months ago
Readme
noodles
some comfyui nodes for the purposes of committing war crimes with video models
also just some misc utility nodes
Quickstart
- Probably don't use this. It doesn't even qualify as a "WIP".
- Install ComfyUI.
- Install ComfyUI-Manager
- Look up this extension in ComfyUI-Manager. If you are installing manually, clone this repository under
ComfyUI/custom_nodes. - Restart ComfyUI.
Features
- A list of features
Develop
To install the dev dependencies and pre-commit (will run the ruff hook), do:
cd noodles
uv pip install -e '.[dev]'
pre-commit install
This assumes you have uv. If you do not have uv, you should get uv. You can also try just
pip install -e '.[dev]' and that should work probably.
Tests
This repo contains unit tests written in Pytest in the tests/ directory. They are violently incomplete
and probably not worth running. I may vibe some up later once I'm sorta happy with how any of this works.
- build-pipeline.yml will run pytest and linter on any open PRs
- validate.yml will run node-diff to check for breaking changes