estusgroup commited on
Commit
6dc8e8b
·
1 Parent(s): 28a5a38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -170,9 +170,9 @@ with gr.Blocks() as blocks:
170
  # CREATED FOR HTTPS://WWW.AIQRGENERATOR.COM/ EARLY BETA PUBLIC ACCESS V1.02
171
 
172
  ==================================**DISCLAIMER - By using this model you agree to waive any liability and are assuming all responsibility for generated images.**===================================
173
- ====================================================================**This model is not intended for commerical use.**==============================================================================
174
- This generator is trained using SD 1.5. To use SD 2.1 for better quality and other features like upscaling, personal images, dynamic QR codes, style options, and more:
175
- check out our newest model at https://www.aiqrgenerator.com/pro-model
176
 
177
  When sharing generated QR codes generated with this specific model, please credit aiqrgenerator.com. Feel free to embbed the model or share a link to the website page.
178
 
@@ -183,14 +183,13 @@ Feel free to test custom settings as well to make the QR work or try changing yo
183
 
184
 
185
  ==============================================================================================================================================================================
186
- # CREATED FOR HTTPS://WWW.AIQRGENERATOR.COM/ EARLY BETA PUBLIC ACCESS V1.02
187
-
188
 
189
  """
190
  )
191
  prompt = gr.Textbox(
192
  label="Prompt",
193
  info="Input subjects or styles you want to see that describes your image - Ex. Mountain, snow, morning, art, painting, digital",
 
194
  )
195
 
196
  negative_prompt = gr.Textbox(visible=True, label="Negative Prompt",
 
170
  # CREATED FOR HTTPS://WWW.AIQRGENERATOR.COM/ EARLY BETA PUBLIC ACCESS V1.02
171
 
172
  ==================================**DISCLAIMER - By using this model you agree to waive any liability and are assuming all responsibility for generated images.**===================================
173
+ ====================================================================**This model is not intended for commerical use.**==================================================================
174
+ This generator is trained using SD 1.5. To use SD 2.1 for better quality and other features like upscaling, personal images, dynamic QR codes, custom models and style options, and more:
175
+ check out https://www.aiqrgenerator.com/pro-model
176
 
177
  When sharing generated QR codes generated with this specific model, please credit aiqrgenerator.com. Feel free to embbed the model or share a link to the website page.
178
 
 
183
 
184
 
185
  ==============================================================================================================================================================================
 
 
186
 
187
  """
188
  )
189
  prompt = gr.Textbox(
190
  label="Prompt",
191
  info="Input subjects or styles you want to see that describes your image - Ex. Mountain, snow, morning, art, painting, digital",
192
+ value="Mountain, snow, morning, art, painting, digital"
193
  )
194
 
195
  negative_prompt = gr.Textbox(visible=True, label="Negative Prompt",