https://github.com/toxicwind/ComfyUI-TTools
https://github.com/toxicwind/ComfyUI-TTools
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toxicwind/ComfyUI-TTools
- Owner: toxicwind
- License: agpl-3.0
- Created: 2024-06-13T20:40:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T13:02:56.000Z (10 months ago)
- Last Synced: 2024-06-14T23:33:59.796Z (10 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-comfyui - **TTools for ComfyUI**
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:
```bash
git clone https://github.com/toxicwind/ComfyUI-TTools.git
```
3. Change to the cloned directory:
```bash
cd TTools
```
4. Depending on your setup, install dependencies:
- **Portable/Venv**:
```bash
path/to/ComfyUI/python_embedded/python.exe -s -m pip install -r requirements.txt
```
- **System Python**:
```bash
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](LICENSE) file for more details.