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
- Host: GitHub
- URL: https://github.com/qewertyy/sdwaifurobot
- Owner: Qewertyy
- License: mit
- Created: 2023-09-12T05:16:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:02:36.000Z (over 1 year ago)
- Last Synced: 2024-11-05T14:18:40.545Z (over 1 year ago)
- Topics: aiart, bot, diffusion-models, image-generation, language-models, latent-diffusion, llms, reverse-image-search, stable-diffusion
- Language: Python
- Homepage: https://t.me/SDWaifuRobot
- Size: 85 KB
- Stars: 14
- Watchers: 2
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://dashboard.heroku.com/new?template=https://github.com/Qewertyy/SDWaifuRobot)
## Deploy to Vercel (Unstable)
[](https://github.com/Qewertyy/SDWaifuRobot/tree/aiogram?tab=readme-ov-file#deploy-to-vercel-serverless-function)