-
Notifications
You must be signed in to change notification settings - Fork 30
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
base: main
Are you sure you want to change the base?
Conversation
bot/commands/fun/gen.py
Outdated
|
||
class cmd(Command): | ||
""" A discord command instance. """ | ||
|
||
# |
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.
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.
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 |
now it's 100% complete |
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.
pushable
i am happy someone actually implemented it |
the hardest part was setting the bot up for testing |
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