-
Notifications
You must be signed in to change notification settings - Fork 262
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 stable diffusion integration #1111
Conversation
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.
👋 Hello @sudoboi, thanks for submitting a EVA DB PR 🙏 To allow your work to be integrated as seamlessly as possible, we advise you to:
- ✅ Verify that your PR is up-to-date with
georgia-tech-db/eva
master
branch. If your PR is behind you can update your code by clicking the 'Update branch' button or by runninggit pull
andgit merge master
locally. - ✅ Verify that all EVA DB Continuous Integration (CI) checks are passing.
- ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition.
Need to add replicate in |
@sudoboi Nice job! Please add a notebook as well to illustrate the use-cases. |
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Please run the linter before merging, it is in the |
EvaDB_INSTALLATION_DIR | ||
) | ||
|
||
dalle_function_query = """CREATE FUNCTION IF NOT EXISTS StableDiffusion |
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.
Is this supposed to have the StableDiffusion name?
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.
@Chitti-Ankith dalle_function_query isn't included in the list of queries that are loaded by default. I just added the query in case we need to use it at some point.
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.
@Chitti-Ankith Nevermind, you were talking about the function name. You're right.
This PR breaks the staging. Please take look. Quick notice:
You can either revert and fix those in the original PR or create a new PR to address these issues. Thanks. |
Reopen the #1111. --------- Co-authored-by: sudoboi <guyphysicist@gmail.com> Co-authored-by: Abhijith S Raj <63101280+sudoboi@users.noreply.github.com>
Reopen the georgia-tech-db#1111. --------- Co-authored-by: sudoboi <guyphysicist@gmail.com> Co-authored-by: Abhijith S Raj <63101280+sudoboi@users.noreply.github.com>
Reopen the georgia-tech-db#1111. --------- Co-authored-by: sudoboi <guyphysicist@gmail.com> Co-authored-by: Abhijith S Raj <63101280+sudoboi@users.noreply.github.com>
Reopen the georgia-tech-db#1111. --------- Co-authored-by: sudoboi <guyphysicist@gmail.com> Co-authored-by: Abhijith S Raj <63101280+sudoboi@users.noreply.github.com>
Reopen the georgia-tech-db#1111. --------- Co-authored-by: sudoboi <guyphysicist@gmail.com> Co-authored-by: Abhijith S Raj <63101280+sudoboi@users.noreply.github.com>
Reopen the georgia-tech-db#1111. --------- Co-authored-by: sudoboi <guyphysicist@gmail.com> Co-authored-by: Abhijith S Raj <63101280+sudoboi@users.noreply.github.com>
No description provided.