feat: Add Image Generator page with model and size selection#282
Open
ibehren1 wants to merge 1 commit intoaws-samples:mainfrom
Open
feat: Add Image Generator page with model and size selection#282ibehren1 wants to merge 1 commit intoaws-samples:mainfrom
ibehren1 wants to merge 1 commit intoaws-samples:mainfrom
Conversation
- Add new ImageGeneratorPage with text-to-image generation UI - Add model dropdown with region-filtered image generation models - Add image size dropdown with pixel dimensions (1024x1024, 512x512, etc.) - Add ImageGenerationSection to Settings page for default model config - Update IMAGE_GENERATION_MODELS to include only TEXT->IMAGE models: - Amazon: Nova Canvas, Titan Image Generator v1/v2 - Stability: SD3.5 Large, Stable Image Core, Stable Image Ultra - Add i18n translations for image generator feature - Add route for /image-generator page
Contributor
Author
|
@daisuke-awaji Can you publish an English version of the Nova Canvas Agent? |
Contributor
|
Hi! Thanks for the interest! Sorry for the late reply. Yes, I'm planning to add English support soon. I'll let you know when it's ready! |
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.
Add Image Generator Page
Summary
Adds a dedicated Image Generator page for text-to-image generation using Amazon Bedrock image models.
Changes
New Features
Image Generator Page (/image-generator) - New standalone page for generating images from text prompts
Settings Integration - Added Image Generation section to Settings page for configuring default model
Model Updates
Files Changed
Testing