-
Notifications
You must be signed in to change notification settings - Fork 6.5k
[LCM] Make sure img2img works #5632
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
Conversation
|
The documentation is not available anymore as the PR was closed or merged. |
|
thanks for really quick turnaround.
|
Not yet. |
* [LCM] Clean up implementations * Add all * correct more * correct more * finish * up
|
|
||
| batch_size = batch_size * num_images_per_prompt | ||
|
|
||
| if image.shape[1] == 4: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason for this special case?
* [LCM] Clean up implementations * Add all * correct more * correct more * finish * up
* [LCM] Clean up implementations * Add all * correct more * correct more * finish * up
What does this PR do?
This PR cleans the LCM pipeline and scheduler and also adds LCM Img2Img to "main" as well as the auto pipeline.
The following now works:
cc @vladmandic