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

[ImageGeneration] EulerAncestralDiscreteScheduler #1407

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

likholat
Copy link
Contributor

@likholat likholat commented Dec 18, 2024

image

CVS-156803
CVS-158965

@github-actions github-actions bot added category: text to image Text 2 image pipeline category: GenAI C++ API Changes in GenAI C++ public headers no-match-files labels Dec 18, 2024
// while return patched ones by 'strength' parameter
m_timesteps = std::vector<int64_t>(m_timesteps.begin() + t_start, m_timesteps.end());
m_begin_index = t_start;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you tried that image2image works the same as in diffusers? when strength parameter < 1

Copy link
Contributor Author

@likholat likholat Dec 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Input image:
image

prompt = "robotic racoon with wings"
strength=0.8
num_inference_steps=20

Result:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For strength=1.0
image

@ilya-lavrenov ilya-lavrenov added this to the 2025.0 milestone Dec 18, 2024
@ilya-lavrenov ilya-lavrenov self-assigned this Dec 18, 2024
@github-actions github-actions bot added category: llm_bench Label for tool/llm_bench folder category: Python API Python API for GenAI labels Dec 18, 2024
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Dec 18, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 19, 2024
@Wovchena Wovchena added this pull request to the merge queue Dec 19, 2024
@ilya-lavrenov ilya-lavrenov removed this pull request from the merge queue due to a manual request Dec 19, 2024
@ilya-lavrenov ilya-lavrenov merged commit 7a02d2b into openvinotoolkit:master Dec 19, 2024
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GenAI C++ API Changes in GenAI C++ public headers category: llm_bench Label for tool/llm_bench folder category: Python API Python API for GenAI category: text to image Text 2 image pipeline no-match-files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants