Skip to content

v1.5.0 — Dynamic Workflows + Model Marketplace + Privacy

Choose a tag to compare

@PurpleDoubleD PurpleDoubleD released this 01 Apr 18:38
· 227 commits to master since this release

What's New in v1.5.0

Dynamic Workflow Builder

  • One builder to rule them all — replaces 4 hardcoded workflow builders with a single dynamic system
  • Queries ComfyUI's 600+ available nodes via /object_info and auto-constructs the optimal pipeline
  • Auto-detects strategy: UNET-based (FLUX/Wan), Checkpoint-based (SDXL/SD1.5), or AnimateDiff
  • Falls back to legacy builders if dynamic fails — zero risk of breakage

Model Marketplace

  • Search CivitAI directly from the Model Manager for checkpoints, LoRAs, and VAEs
  • One-click download into the correct ComfyUI folder
  • Real-time download progress with speed indicator
  • Model list auto-refreshes after download completes

Privacy Hardening

  • All CivitAI thumbnails proxied through local server — external servers never see your IP
  • PDF.js worker bundled locally instead of Cloudflare CDN
  • Google Fonts removed from all pages (system fonts)
  • Zero analytics, zero telemetry, zero external scripts

UI Polish

  • ComfyUI execution time shown in output info bar (e.g. "85.3s")
  • VRAM unload button to free GPU memory after generation
  • Logo removed (text only until proper logo is designed)
  • RAG, Voice, AI Agents marked as "work in progress" in README
  • Generation timer runs continuously (no more freezing)

Bug Fixes

  • Fixed CreateView crash from useEffect ordering
  • Fixed model type always re-classified from filename at generation time
  • Incompatible workflows automatically skipped

Built with Locally Uncensored + Claude Code