Quick QR Art
  • Getting Started
    • Quick Start
    • Community Guidelines
    • Community Showcase - Week 1
    • Community Showcase - Week 2
    • Community Showcase - Week 3
    • Community Showcase - Week 4
  • User Guide
    • Command List
      • /blend
      • /redeem
      • /quickqrart
      • /imagine
    • Parameter List
      • --qrw (QR Weight)
      • --blend
      • --iw (Image Weight)
      • --version
      • --padding
      • --enhance
      • --rawurl
      • --ar (Aspect Ratio)
      • --pos (QR postion)
      • --qrratio (QR Ratio)
    • LoRA
    • QR Pattern List
    • Presets List
    • Other Guides
    • Improve the readability of the QR Code Art
    • Any purpose QR Code Arts
  • Subscriptions
    • Subscription plans
    • Affiliate program 💵
  • Redeem Code
    • Redeem a Promo Code on iPhone
    • Redeem a Promo Code on Android
  • Using Discord
    • Direct Messages
    • Bot Channels
    • Discord Interface
  • APIs
    • Pricing
    • HTTP API reference
      • Predictions
        • Outpainting
        • Generate QR Art V5
        • Generate QR Art V5s
      • Rate limits
  • Policies
    • Anti-Spam Policy
    • Terms of Service
    • Privacy Policy
Powered by GitBook
On this page
  • 1. Purpose:
  • 2. Usage:
  • 3. Syntax:
  • 4. List QR Ratio:
  1. User Guide
  2. Parameter List

--qrratio (QR Ratio)

The QR Ratio parameter (--qrratio) is a fundamental feature that allows users to control the size of the QR code module within the generated QR Art image, providing a harmonious balance between design

Previous--pos (QR postion)NextLoRA

Last updated 1 year ago

1. Purpose:

The purpose of the --qrratio parameter is to offer users the capability to define the QR code module size relative to the overall dimensions of the QR Art canvas. This ensures that QR codes remain scannable while integrating seamlessly into artistic designs.

2. Usage:

The --qrratio parameter is employed during QR Art generation. By specifying the QR ratio value, users can determine the proportion of the QR code module size concerning the width and height of the QR Art canvas.

3. Syntax:

The syntax for using the --qrratio parameter in QR Art generation is as follows:

or

4. List QR Ratio:

By default, QR ratio is 1.0 (--qrratio 1.0). Range (0.8-1.0)

QR Ratio
QR Size
--qrratio value

0.8

0.8 * Min(ConatinerWidth, ConatinerHeight)

--qrratio 0.8

0.85

0.85 * Min(ConatinerWidth, ConatinerHeight)

--qrratio 0.85

0.9

0.9 * Min(ConatinerWidth, ConatinerHeight)

--qrratio 0.9

0.95

0.95 * Min(ConatinerWidth, ConatinerHeight)

--qrratio 0.95

1.0

1 * Min(ConatinerWidth, ConatinerHeight)

--qrratio 1.0

custom

custom value * Min(ConatinerWidth, ConatinerHeight)

--qrratio <custom value>

underwater coral reef colorful fishes and marine life --qrw 1.5 --qrpattern rd1 --ar 16:9 --pos (0.2,0.2) --qrratio 0.5 --seed 2114950306917964
Use qr_ratio option
Use --qrratio in the prompt
QRSize = QR Ratio * Min(ContainerWidth, Conatiner Height)