HuggingFace nodes for Nodetool.
This package provides HuggingFace nodes for integration with Nodetool, allowing for seamless workflow between the two platforms. It enables you to use HuggingFace models and datasets directly within your Nodetool workflows.
Supported models:
- Audio Classification
- Automatic Speech Recognition
- Depth Estimation
- Feature Extraction
- Fill Mask
- Image Classification
- Image Segmentation
- Image-to-Image
- LoRA Fine-tuning
- Multimodal
- Object Detection
- Question Answering
- Ranking
- Sentence Similarity
- Summarization
- Text Classification
- Text Generation
- Text-to-Audio
- Text-to-Image
- Text-to-Speech
- Text-to-Text
- Token Classification
- Translation
- Video Processing
pip install nodetool-huggingface
Or install from source:
git clone https://github.com/nodetool-ai/nodetool-huggingface.git
cd nodetool-huggingface
pip install -e .
- Python 3.10+
- See pyproject.toml for full dependencies
- Access to HuggingFace models directly from Nodetool
- Support for various model types (text generation, image classification, etc.)
- Easy integration with existing Nodetool workflows
AGPL
Contributions are welcome! Please feel free to submit a Pull Request.