Commit Graph
3 Commits
Author SHA1 Message Date
Emil c4350ac8a7 Switch to SDXL + LCM + pixel-art-xl LoRA
- 5s per sprite (was 30s with FLUX)
- LCM LoRA: 8 steps instead of 4 distilled
- pixel-art-xl LoRA: proper pixel-art style
- Negative prompt for quality
- fp16 VAE variant
- Updated default steps to 8
2026-06-28 16:20:53 +03:00
Emil e1ae41fc22 Add feedback system: SQLite DB, rating tools, reference search
- feedback.py: SQLite-backed FeedbackDB (add, rate, search, export)
- server.py: auto-save to DB on generate, 4 new MCP tools:
  - rate_sprite: rate 1-5 stars with feedback
  - get_reference_sprites: find high-rated similar sprites
  - list_sprites: list all/unrated/top
  - db_stats: database statistics
- Updated README with feedback tool docs
2026-06-28 15:38:47 +03:00
Emil e28b466c8a Initial commit: MCP server for pixel-art sprite generation 2026-06-28 14:50:58 +03:00