Extensions/comfyui-jbnodes
ComfyUI Extension

comfyui-jbnodes

ComfyUI nodes for creating images with the look and feel of various film stocks.

By AlbertJBurton·Created 6 months ago·Updated 2 months ago· 1
AlbertJBurton/comfyui-jbnodes
Nodes18
On cloudLocal install
CategoryJBNodes/Utility/Pipe, JBNodes
Stars1
Updated2 months ago
Readme

ComfyUI-JBNodes

A comprehensive suite of ComfyUI nodes for simulating analog black-and-white film photography and darkroom printing processes. See the Wiki for details.

NOTE: This project is still a beta project and is in active development. Expect changes to node definitions or functions that may be breaking changes to previous versions.

Dependencies

Film grain note: Prior versions used moderngl (OpenGL) for GPU-accelerated grain. The grain engine now runs on numpy/torch/scipy with no system-level graphics dependencies. No X11, EGL, or OpenGL libraries are required.

Installation

  1. Navigate to your ComfyUI custom_nodes directory.

  2. Clone this repository:

    git clone https://github.com/AlbertJBurton/comfyui-jbnodes.git
    
  3. Navigate into the cloned directory:

    cd comfyui-jbnodes
    
  4. Install the required dependencies:

    pip install -r requirements.txt
    
  5. Restart ComfyUI.

License

This project is licensed under the terms specified in the LICENSE file.