Skip to content

Online services

Kilvoctu edited this page Nov 15, 2022 · 3 revisions

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.

Google Colab

You can use any of the Colab on this list from A1111 Web UI wiki, or your favorite 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.

An all-in-one Colab by matroxI
This Colab provided by matroxI runs Stable Diffusion 1.4 by default.
In "Preparation and installation" there are fields to enter your bot token, username and password (for Gradio), then run the code.
When that's done, run the code under "Run the script".

Other services

I'm not aware of any others aside from what's in A1111 Web UI wiki, but the general process is the same.

Clone this wiki locally