Open-Generative-AIRepository51/100 via “model registry with dynamic parameter schema and ui generation”
Uncensored, open-source alternative to Higgsfield AI, Freepik, Krea, Openart AI — Free, unrestricted AI image & video generation studio with 200+ models (Flux, Midjourney, Kling, Sora, Veo). No content filters. Self-hosted, MIT licensed.
Unique: Decouples model definitions from UI logic by storing all model metadata and parameter schemas in a centralized registry (models.js) that drives automatic UI generation via React components. This schema-driven approach eliminates the need for model-specific UI branches and enables rapid model integration by updating JSON metadata.
vs others: More extensible than Higgsfield (which hardcodes model parameters) because new models can be added via JSON without code changes; more maintainable than Krea (which requires UI redesigns for new models) because schema changes propagate automatically to all studio components.