Update Runware models with extracted data from playground bundle#201
Merged
Update Runware models with extracted data from playground bundle#201
Conversation
- Extracted 132 models (79 image, 44 video, 9 audio) from Runware playground JavaScript bundle - Created merge script to preserve existing curated options (dimensions, schedulers, ranges) - Updated 79 existing models with new labels/descriptions/defaults from bundle - Added 53 new models with safe defaults (no fabricated ranges) - Preserved 11 old models not found in bundle - Total: 143 models in catalog (88 image, 46 video, 9 audio) - Fixed category mapping: audio models now use 'music' category - Made description field optional in ApiInfo type Co-Authored-By: Ilya Timonin <timoncool@gmail.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Runware Models with Extracted Data from Playground Bundle
Summary
Extracted 132 models (79 image, 44 video, 9 audio) from the Runware playground JavaScript bundle and merged them with existing curated model data. The merge strategy preserves all manually-curated fields (dimensions, schedulers, min/max ranges) for existing models while updating labels, descriptions, and default values from the bundle. Added 53 new models with safe defaults only.
Key changes:
descriptionfield optional in ApiInfo type to handle models without descriptionsReview & Testing Checklist for Human
Test Plan
Notes
scripts/directory for future model catalog updatesSession: https://app.devin.ai/sessions/5388bb693ed44ffb8aa537d7f4e7c79d
Requested by: Ilya Timonin (@timoncool)