Extensions/comfy-noodles
ComfyUI Extension

comfy-noodles

some custom comfy nodes for misc stuff

By neggles·Created 6 months ago·Updated 6 months ago· 0
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

  1. Probably don't use this. It doesn't even qualify as a "WIP".
  2. Install ComfyUI.
  3. Install ComfyUI-Manager
  4. Look up this extension in ComfyUI-Manager. If you are installing manually, clone this repository under ComfyUI/custom_nodes.
  5. 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.