mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
16 lines
657 B
Markdown
16 lines
657 B
Markdown
You need to pre-create your bot (https://core.telegram.org/bots#how-do-i-create-a-bot)
|
|
Then create in the directory web file .env
|
|
In it the record:
|
|
TG_TOKEN="your_token"
|
|
specifying your bot's token from previous step.
|
|
Then run telegram_bot.py with the same parameters that you use when running index.py, for example:
|
|
python telegram_bot.py --max_length=77 --vulkan_large_heap_block_size=0 --use_base_vae --local_tank_cache h:\shark\TEMP
|
|
|
|
Bot commands:
|
|
/select_model
|
|
/select_scheduler
|
|
/set_steps "integer number of steps"
|
|
/set_guidance_scale "integer number"
|
|
/set_negative_prompt "negative text"
|
|
Any other text triggers the creation of an image based on it.
|