Using the Bot

Bot Commands

/start Display the welcome message
/help Show the help message
/cancel Cancel the current image generation
/cancelall Cancel all generations in queue
/status Check your queue status

Image Generation

To generate an image, simply send a text message with your prompt. You can optionally include generation parameters at the end of your prompt.

Generation Parameters

Resolution Set specific dimensions, e.g. 1920x1080
Aspect ratio Use predefined ratio, e.g. 16:9
Megapixel size Set size in megapixels, e.g. 4MP (overrides resolution)
Batch size Number of images to generate, e.g. 3x
Guidance (cfg) Controls style adherence: cfg=3.5
1-2 for paintings
1.5-2.5 realistic
3.5 balanced (default)
4 flat colors/cartoon
Steps Generation steps, e.g. s=20
Seed Set specific seed, e.g. seed=123456789 (random by default)

Available Modes

Default (m=default) Basic mode with balanced settings
cfg=3.5, steps=20
sampler=euler, scheduler=simple
Real (m=real) Photorealistic style
cfg=2, steps=25
Uses flux-realism-lora with strength=1
sampler=deis, scheduler=ddim_uniform
Paint (m=paint) Artistic painting style
cfg=1.5, steps=20
sampler=euler, scheduler=simple
Amateur (m=amateur) Nostalgic 2000s blog aesthetic
cfg=2.5, steps=20
Uses amateurphoto-v3.5 lora with strength=0.8
sampler=deis, scheduler=ddim_uniform
You can add more modes or edit the default ones. More information here.

Prompt Enhancement

Default (pe=default) Follows Flux prompting guide to create detailed and coherent prompts
Sharp Background (pe=sharp_bg) Separates scene elements with First, Second, Third, etc. for sharper and more distinct elements
Prompt Enhancement is fully customizeable. More information here.

Usage Examples

Example prompts: A landscape with mountains 1920x1080 2x
A man in a red t-shirt 2MP pe=default m=real

Prompting Guide

  1. Write a description of what you want in the image. Don't write instructions!
    • DO: "A winter landscape"
    • DON'T: "Create an image of..."
  2. Write full sentences. Don't write words separated by commas.
    • DO: "A man sitting on a bench wearing a red t-shirt."
    • DON'T: "man, sitting on bench, red t-shirt"
If you use Prompt enhancement, you can input basically anything and your prompt will be rewritten in the correct style.

Where to go next?