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

@ -27,10 +27,10 @@ reset to default
__**scrpts**
___**get_lora**
get list LORA`s from stable-diffusion-webui/models/Lora
___**rnd_mdl**
___**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**
@ -38,14 +38,14 @@ change sampler from list
__**hr**
change hr_upscale from list
__**prompt**
___**random_prompt**
___**random_prompt**
get random prompt from GPT2Tokenizer FredZhang7 distilgpt2
___**lxc_prompt**
get random prompt from lexica.art
_**gen**
generate images
_**skip**
skip one or all generations
skip one or all generations
_**help**
help
@ -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()