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

Craiyon API Image generator PR #156

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

Craiyon API Image generator PR #156

wants to merge 14 commits into from

Conversation

Neptuneia
Copy link

@Neptuneia Neptuneia commented Apr 5, 2023

What kind of change does this PR introduce?
Introduces an AI image generator using the Craiyon Python API.

Describe the changes proposed in the pull request
Introduces an AI image generator (with blocked prompts so people wont generate bad stuff) into Discox.

What is the current behavior?
I don't know, the normal behavior?

What is the new behavior
it generates art or images from the craiyon python API

Does this PR introduce a breaking change?
Not that I know of

Does this PR introduce changes to the database?
Nope

Other information:
Dependencies: craiyon.py, install with make add craiyon.py


class cmd(Command):
""" A discord command instance. """

#
Copy link
Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@timelessnesses timelessnesses left a comment

Choose a reason for hiding this comment

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

forgot to add dependency (craiyon.py) (add it with make add craiyon.py) and __blocked_prompts.py shouldn't be inside events folder since it have nothing to do with events, consider hard code it inside command class or somewhere else (like utils folder)

@Neptuneia
Copy link
Author

Neptuneia commented Apr 5, 2023

forgot to add dependency (craiyon.py) (add it with make add craiyon.py) and __blocked_prompts.py shouldn't be inside events folder since it have nothing to do with events, consider hard code it inside command class or somewhere else (like utils folder)

wait theres a utils folder, ill change those though

@Neptuneia Neptuneia changed the title pull request Craiyon API Image generator PR Apr 6, 2023
@github-actions github-actions bot added the Not Reviewed This pull request is pending review label Apr 6, 2023
@Neptuneia
Copy link
Author

now it's 100% complete

Copy link
Contributor

@timelessnesses timelessnesses left a comment

Choose a reason for hiding this comment

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

pushable

@AhzDeveloperlol
Copy link
Contributor

i am happy someone actually implemented it

@Neptuneia
Copy link
Author

the hardest part was setting the bot up for testing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Not Reviewed This pull request is pending review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants