Maintain consistent visual character identity across AI-generated video scenes.
AI video generation creates character drift between scenes. This toolkit maintains visual consistency.
Embedding-based reference system with character sheets and consistency validation.
- Character embedding extraction
- Reference image management
- Prompt enhancement with consistency tokens
- Consistency validation and scoring
- Drift reporting
pip install -r requirements.txt- torch >= 2.0.0
- transformers >= 4.25.0
- pillow >= 9.0.0
- numpy >= 1.21.0
- faiss-cpu >= 1.7.0
- pydantic >= 1.10.0
MIT License