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

Mask_args for Outpaintinig #134

Open
JLenzy opened this issue Jul 30, 2024 · 2 comments
Open

Mask_args for Outpaintinig #134

JLenzy opened this issue Jul 30, 2024 · 2 comments

Comments

@JLenzy
Copy link

JLenzy commented Jul 30, 2024

I'd like to create my own inference/gradio script specifically for Outpainting tasks, but finding it a bit tough to determine the 'optimal' mask settings for this. Here is what I have landed on so far:

mask_args = {
    "cropfrom": 0,  
    "pastefrom": 0,  
    "pasteto": 100,  
    "maskstart": 10,  
    "maskend": 100,   
    "softnessL": 30,   
    "softnessR": 0,  
    "marination": 0.2 
}

However I'm finding the transition from original -> model generation to be quite jarring. Any guidance on how to improve the outpainting experience would be greatly appreciated!

@JLenzy
Copy link
Author

JLenzy commented Jul 30, 2024

@piwell tagging you in here as I can see you've been working on similar issues

@Taikakim
Copy link

Taikakim commented Aug 7, 2024

I saw Dadabots Tweeting about an upcoming in/outpainting model being the next SA release, so it's probable that this release is not simply built for these tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants