ComfyUI Extension: TTools for ComfyUI

Authored by toxicwind

Created

Updated

1 stars

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Text Randomization and Formatting, JSON Extraction and Processing, SD3 Resolution Solver

Looking for a different extension?

Custom Nodes (2)

README

TTools for ComfyUI

Simple nodes for my various use cases.

Features

  • Text Randomization and Formatting: Simplifies string manipulation by altering and randomizing the sequence.
  • JSON Extraction and Processing: Allows for robust extraction and manipulation of JSON embedded within strings.
  • SD3 Resolution Solver: Computes optimal image resolutions to achieve near 1 megapixel clarity under set constraints.

Installation Steps

  1. Navigate to your /ComfyUI/custom_nodes/ directory.
  2. Clone the repository:
    git clone https://github.com/toxicwind/ComfyUI-TTools.git
    
  3. Change to the cloned directory:
    cd TTools
    
  4. Depending on your setup, install dependencies:
    • Portable/Venv:
      path/to/ComfyUI/python_embedded/python.exe -s -m pip install -r requirements.txt
      
    • System Python:
      pip install -r requirements.txt
      

Contributing

Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Run ComfyUI workflows without the setup

No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.

Learn more