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 comfyui_triton_sageattention.py --install  # Everything installs automatically

Full documentation → | Status: Active


Image deduplication and quality-based selection tool. Scans directories for similar images using CLIP embeddings, evaluates them with objective quality metrics (dimensions, resolution, filesize, format), and organizes the highest-quality version of each group.

python find_best_images.py -i ./photos -i ./backup -o ./best -r --copy-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
python comfyui_triton_sageattention.py --install

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

# 3. Deduplicate and select best-quality versions
python find_best_images.py -i outputs/ -o best/ -r --copy-best --collect-results

# 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 60 3

  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

Top languages

Loading…

Most used topics

Loading…