Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inpainting mode #23

Closed
ssube opened this issue Jan 8, 2023 · 2 comments
Closed

inpainting mode #23

ssube opened this issue Jan 8, 2023 · 2 comments
Assignees
Labels
status/fixed issues that have been fixed and released type/feature new features
Milestone

Comments

@ssube
Copy link
Owner

ssube commented Jan 8, 2023

Add a tab or checkbox in img2img for inpainting mode.

This will need a way to draw or upload the mask.

Params:

  • mask image
  • edge blur radius, pixels
@ssube ssube added status/new issues that have not been confirmed yet type/feature new features labels Jan 8, 2023
@ssube
Copy link
Owner Author

ssube commented Jan 9, 2023

This is mostly implemented with a mask painting component, but still needs two separate file upload fields.

  • when the source image changes, and a mask image has been set, do not modify the canvas
  • when the source image changes, and a mask image has not been set, copy the source to the canvas
  • when the mask image changes, copy the mask image to the canvas

@ssube ssube self-assigned this Jan 9, 2023
@ssube ssube added status/progress issues that are in progress and have a branch and removed status/new issues that have not been confirmed yet labels Jan 9, 2023
@ssube ssube added this to the v0.3 milestone Jan 9, 2023
@ssube
Copy link
Owner Author

ssube commented Jan 10, 2023

Mostly done, with blurred/soft brushes deferred until #30

@ssube ssube closed this as completed Jan 10, 2023
@ssube ssube added status/fixed issues that have been fixed and released and removed status/progress issues that are in progress and have a branch labels Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/fixed issues that have been fixed and released type/feature new features
Projects
None yet
Development

No branches or pull requests

1 participant