An open API service indexing awesome lists of open source software.

https://github.com/qewertyy/sdwaifurobot

An AI Related Telegram Utility Bot, can be deployed on vercel
https://github.com/qewertyy/sdwaifurobot

aiart bot diffusion-models image-generation language-models latent-diffusion llms reverse-image-search stable-diffusion

Last synced: 10 months ago
JSON representation

An AI Related Telegram Utility Bot, can be deployed on vercel

Awesome Lists containing this project

README

          

# [SDWaifuRobot](https://t.me/SDWaifuRobot)

## Deploy on VPS
fill `.env` with proper values
```bash
git clone https://github.com/Qewertyy/SDWaifuRobot && cd SDWaifuRobot
python3 -m venv venv
source venv/bin/activate # Linux
.\venv\Scripts\activate # Windows
pip3 install -r requirements.txt
python3 bot.py
```

## Deploy to Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https://github.com/Qewertyy/SDWaifuRobot)

## Deploy to Vercel (Unstable)
[![Deploy](https://vercel.com/button)](https://github.com/Qewertyy/SDWaifuRobot/tree/aiogram?tab=readme-ov-file#deploy-to-vercel-serverless-function)