Severian commited on
Commit
461949e
·
verified ·
1 Parent(s): 18089e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -125,21 +125,21 @@ def inference(
125
  with gr.Blocks() as blocks:
126
  gr.Markdown(
127
  """
128
- # QR Code AI Art Generator
129
 
130
- ## 💡 How to generate beautiful QR codes
131
 
132
- We use the QR code image as the initial image **and** the control image, which allows you to generate
133
- QR Codes that blend in **very naturally** with your provided prompt.
134
- The strength parameter defines how much noise is added to your QR code and the noisy QR code is then guided towards both your prompt and the QR code image via Controlnet.
135
- Use a high strength value between 0.8 and 0.95 and choose a conditioning scale between 0.6 and 2.0.
136
- This mode arguably achieves the asthetically most appealing QR code images, but also requires more tuning of the controlnet conditioning scale and the strength value. If the generated image
137
- looks way to much like the original QR code, make sure to gently increase the *strength* value and reduce the *conditioning* scale. Also check out the examples below.
138
 
139
- model: https://huggingface.co/DionTimmer/controlnet_qrcode-control_v1p_sd15
 
 
140
 
141
- <a href="https://huggingface.co/spaces/huggingface-projects/QR-code-AI-art-generator?duplicate=true" style="display: inline-block;margin-top: .5em;margin-right: .25em;" target="_blank">
142
- <img style="margin-bottom: 0em;display: inline;margin-top: -.25em;" src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a> for no queue on your own hardware.</p>
 
 
143
  """
144
  )
145
 
 
125
  with gr.Blocks() as blocks:
126
  gr.Markdown(
127
  """
128
+ # Yamamoto QR Code Art Generator
129
 
130
+ ## 🎨 Elevate Your Brand with Creative QR Codes
131
 
132
+ Welcome to Yamamoto's QR Code Art Generator, a powerful tool designed for our creative team to produce
133
+ stunning, on-brand QR codes that seamlessly blend functionality with artistic expression.
 
 
 
 
134
 
135
+ ### How it works:
136
+ We use cutting-edge AI technology to transform ordinary QR codes into visual masterpieces that align with your campaign's aesthetic.
137
+ The QR code serves as both the initial image and the control image, allowing for natural integration with your provided prompt.
138
 
139
+ ### Tips for optimal results:
140
+ - Use a strength value between 0.8 and 0.95
141
+ - Choose a conditioning scale between 0.6 and 2.0
142
+ - Experiment with prompts that reflect your campaign's theme or brand identity
143
  """
144
  )
145