Implement image-6 text removal and align generation defaults#5
Open
jaejung-dev wants to merge 4 commits intolica-world:mainfrom
Open
Implement image-6 text removal and align generation defaults#5jaejung-dev wants to merge 4 commits intolica-world:mainfrom
jaejung-dev wants to merge 4 commits intolica-world:mainfrom
Conversation
…r defaults. This adds the text removal task pipeline and ReMOVE/PSNR metric wiring, removes forced masked composition behavior, updates typography-8 to run without mask metadata, and switches default diffusion runs/docs to FLUX.2 klein 9B for consistent baseline behavior. Made-with: Cursor
This updates the smoke assertion to the current 40 benchmark registry size and applies Ruff-compliant import sorting in remove_metric so lint passes. Made-with: Cursor
Keep a compatibility shim in tasks/image.py and align README/HELM metadata so image-6 remains discoverable as a typography-domain benchmark with consistent benchmark counts. Made-with: Cursor
Apply Ruff-compatible import grouping in typography.py only so the PR passes lint without changing runtime behavior. Made-with: Cursor
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.
Summary
image-6(Text Removal & Background Inpainting) pipeline end-to-end in GDB, including data loading, model I/O handling, and evaluation integration.src/gdb/metrics/remove_metric.py) and PSNR metric wiring (src/gdb/metrics/core.py,src/gdb/metrics/__init__.py), and classifyimage-6under typography while preserving benchmark ID compatibility.typography-8mask-free at model-input time, and updating diffusion defaults/docs fromflux.2-klein-4btoflux.2-klein-9b.Test plan
python scripts/run_benchmarks.py --listlayout-8andtypography-7.typography-8outputs after removing mask metadata and verify summary/log updates.typography-8ModelInputno longer includesmaskmetadata.Made with Cursor