-
Notifications
You must be signed in to change notification settings - Fork 77
Online services
Currently, I don't provide any online service version of AIYA, but here is some option you can try.
Note that since AIYA normally assumes you have a local install of Web UI, you may need to do extra steps setting up AIYA if using an online service for Web UI. The typical prerequisites are:
- Python. I suggest a more current one, such as Python 3.10.6, checking "Add Python to PATH".
- Some form of Git, to help clone and manage the repo. Personally I use Github Desktop as I like GUI.
You can use any of the Colab on this list from A1111 Web UI wiki, or your favorite Web UI Colab.
Make sure --api
is added to the commandline arguments, as well as --share
(and suggested --gradio-auth username:password
).
When your Colab is running, you'll get the share address, something like "https://[random stuff].gradio.app".
You can then connect your bot to the gradio URL like normal.
These are Colabs set up by the community. I don't provide any support for these (I hardly even know how to use Colab), so if there are issues or questions, ask them first 🙂
An all-in-one by matroxI:
https://colab.research.google.com/drive/1RNvnsXqMYcNUZw-ammHgW5trHbIdhFs2
Another all-in-one by maecry:
https://github.com/maecry/stable_diffusion_webui_and_discord_bot
I'm not aware of any others aside from what's in A1111 Web UI wiki, but the general process is the same.
Have a lovely day!