Commit graph

446 commits

Author SHA1 Message Date
Claude Code
aae5842c93 ui(ui-speculative): 💄 Add placeholder image for speculative Gen2 UI asset
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 10:27:10 -07:00
Claude Code
3c3fd832e6 feat(studio): Update core App component to integrate new studio features and reorganize layout structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 10:19:53 -07:00
Claude Code
590a449866 ui(ui-specific): 💄 Update check and library view UI assets (gen-check.jpeg, library-view.jpeg)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 10:08:24 -07:00
Claude Code
6023e441d7 ui(assets): 💄 Replace placeholder images with updated versions for consistent visual styling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:35:28 -07:00
Claude Code
51ddf4cc95 chore(config): 🔧 Update Playwright multi-configuration project settings for test environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
07588530f5 feat(pages-specific): Introduce dynamic page templates and routing for the studio UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
73366549af feat(studio): Implement image library enhancements in useImageLibrary hook with lazy loading, improved error handling, and API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
c4b3e36ed1 arch(studio): 🏗️ Refactor studio entry files to reorganize root component and application initialization logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
ea972f1461 feat(imajin-diffusion): Introduce /health endpoint for service monitoring with basic dependency checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
c44b076c2d refactor(imajin-diffusion): ♻️ Optimize GenerationQueue class for improved task scheduling, prioritization, and error handling in AI diffusion generation pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
1ead9462a6 feat(stages): Enhance image generation algorithms and add quality metrics for pipeline stages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
9b14137f96 deps-upgrade(deps): ⬆️ Update all dependencies to latest compatible versions in Bun lockfile
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:29 -07:00
Claude Code
b66c17a0f9 deps-upgrade(studio): ⬆️ Update dependencies in studio to latest versions with security and feature improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-30 09:29:28 -07:00
Claude Code
c475e03cef feat(imajin-diffusion): Implement Imajin Diffusion client, update API pipeline, and enhance SceneBuilder with diffusion model integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:22:56 -07:00
Claude Code
86a48e9ce8 deps-upgrade(imajin-diffusion): ⬆️ Update dependencies in client, types, and studio packages to newer versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:22:56 -07:00
Claude Code
9407670aba feat(hooks): Update useGenerate hook to support async template rendering with optimized memoization for improved performance and reliability.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
b24a393b20 ui(identity-panel): 💄 Refactor identity panel UI for improved user identity management and UX
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
c5630379ce feat(pipeline): Add parallel pipeline execution support or refactor stage handling logic in the API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
bd40aed30f feat(studio): Add workspace management feature with new types for workspace, project, and session and update root App component for navigation integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
f8b7c0cdd8 feat(studio): Add new runtime options like --watch and --debug to the studio runner script for enhanced workflow control
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
6e7582ae42 perf(detection): Optimize face embedding generation with faster algorithm in FaceEmbedder class
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
e277ee5a0b feat(api-routes): Update generate route handler to support new generation features and validate input/output for improved functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
a6997ccd2a refactor(imajin-diffusion): ♻️ Restructure core API request handling in main.py to improve readability and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
997e605cf7 perf(generation-queue): Implement priority-based task scheduling and batch processing for faster parallel execution in the generation queue
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
da3ae67f85 feat(imajin-diffusion): Implement new diffusion algorithm support in run script for runtime behavior improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
53257feb3e refactor(adapter-manager): ♻️ Implement modular lifecycle methods in IPAdapterManager for better performance and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:20 -07:00
Claude Code
a3026df3c8 feat(stages): Implement optimized image generation pipeline with support for new formats and enhanced processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 23:16:19 -07:00
Claude Code
fc74b24a38 refactor(image-pipeline): ♻️ Implement cleaner initialization and export organization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 15:44:29 -07:00
Claude Code
86e05e5be5 feat(hooks): Add reusable useGenerate hook for dynamic content generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 15:37:23 -07:00
Claude Code
1837c0f059 feat(studio): Add pipeline orchestration and advanced scene builder controls with new API endpoints and TypeScript type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 15:22:59 -07:00
Claude Code
d059e3c48a feat(studio-specific): Update studio UI components with identity panel, advanced panel, results gallery, and pose gallery in scene builder
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 15:08:46 -07:00
Claude Code
076fd98e79 refactor(studio): ♻️ Implement modular studio logic in App, hooks, and UI components to improve state management and performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 15:03:05 -07:00
Claude Code
cac7ae71f2 deps-upgrade(deps): ⬆️ Update all dependencies to their latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 15:03:05 -07:00
Claude Code
e702c573dd feat(imajin-diffusion): Add image generation endpoint and studio controls for diffusion-based image generation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-29 14:56:14 -07:00
Claude Code
2dd98de686 deps-upgrade(packages-specific): ⬆️ Update dependencies in package configurations across the monorepo
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
fed3629dbe feat(imajin-classifier): Update scoring thresholds and add new evaluation metrics in ClaudeScorer for improved Claude model output evaluation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
d8e31d0d9c feat(imajin-classifier): Add Pydantic schemas for image classification and update exports for enhanced validation and new capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
ab53665422 chore(config): 🔧 Update service configuration settings in settings.py
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
e0712e26ab feat(api): Update or add API routes/handlers in main.py with new functionality or route logic improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
31564fb199 test(imajin-react): Add test cases for React components and update test setup configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
bf79281dfa refactor(styles): ♻️ Implement a unified theming system by reorganizing styles into modular design tokens and performance-optimized utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
5ee8ffa706 feat(imagegen): Implement new hooks for identity and image generation assistance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:10 -07:00
Claude Code
e938936389 feat(pipelines-page): Introduce pipeline status indicators and search/filter capabilities in the PipelinesPage component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
e5474908b2 feat(imagegen-assistant): Implement interactive image generation workflow with enhanced UI controls
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
60ac1bb2a8 feat(identity-generator): Add GenerationPreview, IdentitySelector, and SceneBuilder components with new styling and entry point exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
241c1c3e80 feat(gallery): Implement lazy loading for Gallery component to optimize image rendering during scroll.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
d46f7b1a94 feat(imajin-react): Introduce new React hooks and components into index.ts exports while reorganizing the public API for clarity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
7a7704c9c1 refactor(imajin-react): ♻️ Optimize module exports, TypeScript types, and styling performance in index.d.ts, index.js, and styles.js
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
43b0caa6bb chore(imajin-react): 🔧 Update tsup build configuration for plugins, entry points, and TypeScript settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00
Claude Code
a604b6a5a5 feat(imajin-moderator-client): Add moderation endpoints and update type definitions for new moderation features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-28 14:57:09 -07:00