Description
Ensure that the restore_mask functionality in Preview Bridge Extended correctly handles the standard inpainting workflow that PR #1172 addressed in the original Impact-Pack.
Standard Workflow to Validate
- Run SDXL/generation workflow → output goes to Preview Bridge
- Preview Bridge blocks (block=if_empty_editor)
- User locks seed value in their seed node
- User draws mask in MaskEditor, saves
- User re-runs workflow
- Mask is preserved correctly for inpainting step
- Repeat steps 4-6 for iterative refinement
Key Scenarios to Test
Related
Milestone
v0.3.3
Description
Ensure that the
restore_maskfunctionality in Preview Bridge Extended correctly handles the standard inpainting workflow that PR #1172 addressed in the original Impact-Pack.Standard Workflow to Validate
Key Scenarios to Test
restore_mask=always: Mask preserved across all re-runsrestore_mask=if_same_size: Mask preserved only when image dimensions matchrestore_mask=never: Mask cleared each run (fresh start)Related
Milestone
v0.3.3