-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Enhancement] Support Prompt-to-prompt, ddim inversion and null-text inversion #1908
Conversation
@FerryHuang Sorry for late response. The implementation is already good enough. However, there is one aspect that needs improvement: directly uploading images will increase the repository's size. Please change the images in the markdown to image hosting links. For example, you can drag and drop an image into the chat box in Github and a link will be generated. This link will be permanently saved in Github and you can use it in your markdown. |
Thanks for the trick! And changes have been made~ |
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.
LGTM! Great work!
Support Prompt-to-prompt, ddim inversion and null-text inversion.
Considering that these three methods share common features and can be combined, I implemented them as modules in this project.
Checklist
Before PR:
After PR: