
Haidra-Org/AI-Horde
🏗️ FrameworkHaidra-Org
Crowdsourced distributed cluster for AI art and text generation
AI Horde is a volunteer-driven distributed computing network designed to handle AI inference tasks at scale. Built with Python and Flask, it orchestrates a pool of worker nodes that contribute GPU resources for generating images (via Stable Diffusion) and text (via models like GPT and OPT). The system is fully open-source, allowing anyone to run a worker or submit jobs through a RESTful API. Features include job queuing, worker management, and support for multiple models. The architecture is fault-tolerant and scalable, leveraging a central server to coordinate tasks. Innovations include dynamic worker assignment, rate limiting, and community-driven model updates. The project emphasizes accessibility, enabling users without high-end hardware to leverage collective GPU power.
💡Highlights
- ├─Distributed volunteer GPU cluster
- ├─Supports Stable Diffusion & LLMs
- └─RESTful Flask API for integration
🎯For
- ├─AI developers
- ├─volunteer GPU providers
- └─researchers