Commit
·
5fc9ae8
1
Parent(s):
69ddf1c
Update app.py
Browse files
app.py
CHANGED
@@ -167,17 +167,15 @@ def inference(
|
|
167 |
with gr.Blocks() as blocks:
|
168 |
gr.Markdown(
|
169 |
"""
|
170 |
-
# CREATED FOR
|
171 |
-
|
172 |
-
|
173 |
|
174 |
|
175 |
-
|
176 |
-
Ex. Mountian, snow, morning, trees, artist, oil painting, canvas
|
177 |
|
178 |
-
|
179 |
|
180 |
-
Feel free to test custom settings as well to
|
181 |
|
182 |
**Hit run!**
|
183 |
|
@@ -189,7 +187,7 @@ Feel free to test custom settings as well to tweak or try changing your prompt.
|
|
189 |
)
|
190 |
prompt = gr.Textbox(
|
191 |
label="Prompt",
|
192 |
-
info="Input subjects or styles you want to see that describes your image - Ex. Mountian, snow, morning, trees
|
193 |
)
|
194 |
|
195 |
negative_prompt = gr.Textbox(visible=True, label="Negative Prompt",
|
@@ -291,8 +289,7 @@ Feel free to test custom settings as well to tweak or try changing your prompt.
|
|
291 |
(Lower means it is more absract and higher follows your directions more.)
|
292 |
|
293 |
**Seed** - This is a randomizer! Use the same seed to generate the same image over and over. Change the seed to change up your image!
|
294 |
-
(Set it to negative -1 to randomize, you can copy your seed from a previous generation to get the same image)
|
295 |
-
|
296 |
"""
|
297 |
)
|
298 |
|
|
|
167 |
with gr.Blocks() as blocks:
|
168 |
gr.Markdown(
|
169 |
"""
|
170 |
+
# CREATED FOR HTTPS://WWW.AIQRGENERATOR.COM/ EARLY BETA PUBLIC ACCESS V1.02 - NONCOMMERCIAL USE
|
171 |
+
==================================**DISCLAIMER - By using this model you agree to waive any liability and are assuming all responsibility for generated images.**===================================
|
|
|
172 |
|
173 |
|
174 |
+
Type in what you want the QR code to look like. Use major subjects seperated by commas like the example below - you can even include styles!
|
|
|
175 |
|
176 |
+
Type your QR code information such as a website link or if you have a QR image, upload it.
|
177 |
|
178 |
+
Feel free to test custom settings as well to make the QR work or try changing your prompt.
|
179 |
|
180 |
**Hit run!**
|
181 |
|
|
|
187 |
)
|
188 |
prompt = gr.Textbox(
|
189 |
label="Prompt",
|
190 |
+
info="Input subjects or styles you want to see that describes your image - Ex. Mountian, snow, morning, trees, art, painting, digital",
|
191 |
)
|
192 |
|
193 |
negative_prompt = gr.Textbox(visible=True, label="Negative Prompt",
|
|
|
289 |
(Lower means it is more absract and higher follows your directions more.)
|
290 |
|
291 |
**Seed** - This is a randomizer! Use the same seed to generate the same image over and over. Change the seed to change up your image!
|
292 |
+
(Set it to negative -1 to randomize, you can copy your seed from a previous generation to get the same image)
|
|
|
293 |
"""
|
294 |
)
|
295 |
|