[SageMaker] New Flux.2 image generation example#2649
Merged
ehcalabres merged 12 commits intoJul 17, 2026
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
…ngface/documentation-images dataset
Contributor
|
hey @ehcalabres, this looks great 😄 I ran it end to end and confirm it's working correctly. I just noticed that |
dwarez
approved these changes
Jul 17, 2026
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 9122c0f. Configure here.
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.

Description
This PR adds a new SageMaker example about image generation with the Hugging Face vLLM Omni DLC. The topic of the example is:
Decorate your house with Flux.2 and Amazon SageMaker AIIt also adds a couple of improvements to the SageMaker docs:
huggingface/documentation-imagesdataset.Note
Low Risk
Documentation and example-generation scripts only; no production application or auth logic changes.
Overview
Adds a new SageMaker SDK tutorial notebook that deploys FLUX.2-klein-4B on the vLLM-Omni DLC for room redesign (image editing and optional text-to-image), including endpoint setup, chat-completions routing via
CustomAttributes, a Gradio interior studio, optional MCP, and cleanup.Updates the SageMaker docs build so generated example pages show author (with HF profile links from notebook metadata) and last updated (from git history on the source notebook), and rewrites local
./assets/./imgsimage links to thehuggingface/documentation-imagesdataset instead of raw GitHub paths in hub-docs.Reviewed by Cursor Bugbot for commit 8a665a6. Bugbot is set up for automated code reviews on this repo. Configure here.