Major updates:
- Implemented pure text-to-image generation (removed image references)
- Added Film Stock & Texture Engine for deep realism
- Added 9 new Auteur Style presets with verified camera/lens pairings
- Enhanced Smart Fill with contextual details based on application
- Updated Master System Prompt to Cinematography Edition
- Implemented sensory enhancement for texture, atmosphere, and light
- Verified camera/lens combinations through stress testing
- Updated UI to reflect v3.3 with cleaner interface
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
No EOL
133 B
JavaScript
7 lines
No EOL
133 B
JavaScript
import CinePromptStudio from './components/CinePromptStudio';
|
|
|
|
function App() {
|
|
return <CinePromptStudio />;
|
|
}
|
|
|
|
export default App; |