Nodes Browser
ComfyDeploy: How TTools for ComfyUI works in ComfyUI?
What is TTools for ComfyUI?
Text Randomization and Formatting, JSON Extraction and Processing, SD3 Resolution Solver
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
TTools for ComfyUI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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
- Navigate to your
/ComfyUI/custom_nodes/
directory. - Clone the repository:
git clone https://github.com/toxicwind/ComfyUI-TTools.git
- Change to the cloned directory:
cd TTools
- 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
- Portable/Venv:
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.