Open-Generative-AI/src/lib
Anil Matcha 996571828c Add image upload history, i2i/i2v model support with dynamic mode switching
- Add uploadHistory.js: localStorage CRUD + canvas thumbnail generation
- Add UploadPicker.js: reusable upload button + history panel component
- Add i2i/i2v models from schema_data.json to models.js (115 models)
- Add generateI2I, generateI2V, uploadFile methods to muapi.js
- ImageStudio: dynamically switches between t2i and i2i models based on image presence
- VideoStudio: dynamically switches between t2v and i2v models based on image presence
- Fix i2i/i2v model display names derived from slugs instead of generic variant labels
2026-02-23 21:04:33 +05:30
..
models.js Add image upload history, i2i/i2v model support with dynamic mode switching 2026-02-23 21:04:33 +05:30
muapi.js Add image upload history, i2i/i2v model support with dynamic mode switching 2026-02-23 21:04:33 +05:30
promptUtils.js Cinema studio feature supported 2026-02-14 15:02:51 +05:30
uploadHistory.js Add image upload history, i2i/i2v model support with dynamic mode switching 2026-02-23 21:04:33 +05:30