Commit graph

7 commits

Author SHA1 Message Date
Claude Code
ef43a00c5b chore(favicon): 🔧 Implement batch queue processing for image generation tasks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:17:35 -07:00
Lilith
7ae5a20bc2 chore(src): 🔧 Update TypeScript definitions in 15 files 2026-01-22 23:03:15 -08:00
Lilith
5b10216cf7 feat(image-generator): Add DerivativeClipperService with API, data models, and batch processing capabilities 2026-01-18 09:20:47 -08:00
Lilith
ccfc492dbb ♻️ Consolidate image-generator shared into types package
- Delete features/image-generator/shared (moved to @lilith/image-generator-types)
- Update all imports from @lilith/image-generator-shared to @lilith/image-generator-types
- Add getEffectiveNegativePrompt usage in generation service
- Fix start:prod path in backend-api package.json
- Add @lilith/image-generator-types as dependency
- Comprehensive README rewrite with API docs, integration examples

The types package is now published to Forgejo registry and includes:
- Size matrix and aspect families
- Negative prompt system with legal safety terms
- Model types and builder functions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 16:46:34 -08:00
Lilith
299595b2d2 ♻️ Refactor image-generator sample script and controller
Simplify image generation:
- Streamline sample-generation script
- Fix controller response types
- Update test mocks
- Add tsconfig paths

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 15:33:18 -08:00
Lilith
e1eed2f30e Enhance image-generator with ML service integration
Update sample-generation script with full ML pipeline:
- Connect to egirl-platform ML service for real AI images
- Add CLI options: --mock, --prompt, --seed
- Fallback to synthetic gradients when ML unavailable
- Add ts-node and tsconfig-paths for script execution

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 06:05:10 -08:00
Lilith
39db0adbb7 Add image-generator feature scaffold
New feature for AI image generation:
- backend-api structure
- shared types
- README with architecture docs

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 05:58:46 -08:00