This commit is contained in:
Mikhail Guseletov 2023-06-22 15:26:47 +07:00
parent 4e3f2de73d
commit 33c7809ca4
2 changed files with 6 additions and 5 deletions

View File

@ -30,7 +30,7 @@ get list LORA`s from stable-diffusion-webui/models/Lora
___**rnd_mdl**
script for generating images for **all** models in **random** order, taking into account JSON settings
___**rnd_smp**
script for generating images for one models with all samplers. TODO
script for generating images for one models with all samplers
__**mdl**
change model from list
__**smplr**
@ -60,6 +60,7 @@ help
8. Several prompts in one via ;
9. Ability to send everything with one command with settings
10. Preloading photos when waiting for a long time so that you can skip
11. Uploading random.json from export TG channel
**TNX**
[AUTOMATIC1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui)

2
bot.py
View File

@ -29,7 +29,7 @@ import inspect
from translate import Translator
# from https://t.me/BotFather
API_TOKEN = "900510503:AAG5Xug_JEERhKlf7dpOpzxXcJIzlTbWX1M"
API_TOKEN = "TOKEN_HERE"
bot = Bot(token=API_TOKEN)
storage = MemoryStorage()