Skip to content
@DazzleML

DazzleML

DazzleML

AI Development Tools and Integration Ecosystem

GitHub License: GPL 3.0 Sponsor

Tools for AI-assisted development, image generation workflows, training monitoring, and intelligent task management. From ComfyUI optimization to AI-powered file curation.


What is DazzleML?

DazzleML brings together tools for working with AI systems - whether you're generating images, training models, organizing datasets, or building AI-integrated workflows. These tools emerged from personal AI development work and help to solve problems encountered in various environments.

Read our philosophy → | See who should use DazzleML →


Featured Projects

Most Popular Dazzle Project Overall

One-click installation of Triton and SageAttention optimizations for ComfyUI. Get 20-40% speed improvements without manual compilation.

python install.py  # Everything installs automatically

Full documentation → | Status: Active


AI-powered image curation tool. Find the best images from large collections using AI analysis of composition, quality, and aesthetics.

find-best-images --dir ./generations --top 10 --output best/

Full documentation → | Status: Active


Monitor and visualize AI model training in real-time. Track loss, learning rate, sample outputs, and system resources.

python train.py --monitor localhost:8080
# View at http://localhost:8080

Full documentation → | Status: Active


Tools for integrating AI assistants into development workflows using the Model Context Protocol. Includes TodoAI integration.

Full documentation → | Status: Active


Quick Start

# 1. Optimize ComfyUI for faster generation
cd comfyui-triton-and-sageattention-installer
python install.py

# 2. Generate images (now 20-40% faster)
# Use ComfyUI normally

# 3. Find best images from your outputs
find-best-images --dir outputs/ --top 20 --output best/

# 4. Monitor training runs
python train.py --monitor localhost:8080

Documentation

Project Documentation:


Integration with DazzleProj Ecosystem

DazzleML works seamlessly with other Dazzle organizations:

DazzleLib - Use dazzle-filekit for dataset verification and file operations

DazzleTools - Use preserve for training data backups, pattern-break for dataset organization

DazzleNodes - ComfyUI custom nodes optimized with Triton installer


Platform Support

Tool Windows Linux macOS
ComfyUI Triton Installer ✅ Full ✅ Full 🚧 Coming
find-best-images ✅ Full ✅ Full ✅ Full
AI Training Monitor ✅ Full ✅ Full ✅ Full
MCP Server Tutorial ✅ Full ✅ Full ✅ Full

Contributing

Contributions welcome! Each tool has its own repository with contribution guidelines.

General Process:

  1. Fork the tool repository
  2. Create a feature branch
  3. Test with real AI workloads
  4. Ensure cross-platform compatibility
  5. Submit a pull request

Read contributing guidelines →


💰 Sustainability

Learn about supporting DazzleML →

If DazzleML saves you time, consider sponsoring on GitHub or buying us a coffee

Current sponsorship: $0/month | Goal: $1,000/month


Part of DazzleProj

DazzleML is one of five organizations in the Dazzle ecosystem:


Related AI Ecosystems


License

DazzleML projects use GPL 3.0 to encourage open AI tooling and ensure improvements benefit everyone.

See individual project repositories for specific licensing information.


Contact


Built by someone who trains models and generates images every day 🤖

AI tools for real work, not just demos.

Popular repositories Loading

  1. comfyui-triton-and-sageattention-installer comfyui-triton-and-sageattention-installer Public

    Cross-platform installer for Triton and SageAttention on ComfyUI. Simplifies GPU-accelerated inference setup for Windows users with automated dependency management and RTX 5090 support.

    Python 32 1

  2. MCP-Server-Tutorial MCP-Server-Tutorial Public

    A detailed hands-on tutorial for learning Model Context Protocol (MCP) server development with Python. Includes working examples, VSCode debugging setup, tests, and a step-by-step guide covering ev…

    Python 1

  3. ai-training-monitor ai-training-monitor Public

    Process Explorer for AI training. Real-time PyQt6 graphs, pattern detection, threshold overlays. Supports Ostris, & eventually Kohya & HuggingFace. Native desktop PyQt app with resource monitoring.…

    Python 1

  4. find-best-images find-best-images Public

    Find Best Images is a cross-platform tool that scans directories for similar images, evaluates them using quality metrics (dimensions, DPI, size, date, & file format), and organizes the best versio…

    Python

  5. .github .github Public

    DazzleML organization profile and community health files

Repositories

Showing 5 of 5 repositories
  • comfyui-triton-and-sageattention-installer Public

    Cross-platform installer for Triton and SageAttention on ComfyUI. Simplifies GPU-accelerated inference setup for Windows users with automated dependency management and RTX 5090 support.

    DazzleML/comfyui-triton-and-sageattention-installer’s past year of commit activity
    Python 32 MIT 1 2 0 Updated Dec 19, 2025
  • .github Public

    DazzleML organization profile and community health files

    DazzleML/.github’s past year of commit activity
    0 MIT 0 0 0 Updated Nov 9, 2025
  • ai-training-monitor Public

    Process Explorer for AI training. Real-time PyQt6 graphs, pattern detection, threshold overlays. Supports Ostris, & eventually Kohya & HuggingFace. Native desktop PyQt app with resource monitoring. Alpha release.

    DazzleML/ai-training-monitor’s past year of commit activity
    Python 1 MIT 0 9 (2 issues need help) 0 Updated Sep 18, 2025
  • MCP-Server-Tutorial Public

    A detailed hands-on tutorial for learning Model Context Protocol (MCP) server development with Python. Includes working examples, VSCode debugging setup, tests, and a step-by-step guide covering everything from basic architecture to deployment. Perfect for anyone wanting to build AI-integrated tools and to understand how Claude extensions work.

    DazzleML/MCP-Server-Tutorial’s past year of commit activity
    Python 1 MIT 0 0 0 Updated Jul 14, 2025
  • find-best-images Public

    Find Best Images is a cross-platform tool that scans directories for similar images, evaluates them using quality metrics (dimensions, DPI, size, date, & file format), and organizes the best version of each group. Designed for organizing large-scale datasets and deduplication

    DazzleML/find-best-images’s past year of commit activity
    Python 0 GPL-3.0 0 0 0 Updated Jul 12, 2025

Top languages

Loading…

Most used topics

Loading…