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

Seam (an original image border) visible when using Fill pro Outpainting with official API #412

Open
OlegShklyarov opened this issue Feb 5, 2025 · 0 comments

Comments

@OlegShklyarov
Copy link

I Am trying to outpaint an image. Every images I tried has borders. I tried lower guidance, steps - nothing helps. How to avoid borders?

Image
Image

My code is simple:

$postFields = [
    'prompt' => $prompt,
    'steps' => 20,
    'guidance' => 70,
    'safety_tolerance' => 6,
    'output_format' => 'jpeg',
	'image' => $source,
];

I send one image with an alpha mask. But tried also with 2 separate images.

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

1 participant