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

Add negative size support #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

czkoko
Copy link

@czkoko czkoko commented May 2, 2024

        modelOutputs.append(modelOutput)
        if stepIndex == timeSteps.count - 1 {
            return modelOutput
        }
  • sampler: DPM++ 2M Karras, steps: 15
    100001
    100002
    100003
    100004
    100005

@czkoko
Copy link
Author

czkoko commented May 2, 2024

After detailed testing, I was found that the negative size can be fixed at 512x512.
Negative Original Size = 512 × 512 provides the best sharpness.

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

Successfully merging this pull request may close these issues.

1 participant