Commit
·
69ddf1c
1
Parent(s):
e722b46
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
#Created for https://www.aiqrgenerator.com/ as a public beta version for embedding.
|
2 |
-
#I wanted to make the model more accessable for
|
3 |
#May update again but will probably remain the final public version as I am still working on features and consider this a minimum viable product
|
4 |
#Further updates and custom models will be updated privately.
|
5 |
|
@@ -277,8 +277,10 @@ Feel free to test custom settings as well to tweak or try changing your prompt.
|
|
277 |
sampler,
|
278 |
],
|
279 |
outputs=[result_image],
|
280 |
-
|
281 |
-
|
|
|
|
|
282 |
**QR High Pass** - Change this to affect how much the QR code is overlayed to your image in a second pass. Controlnet model.
|
283 |
(Higher setting is more QR code, lower setting is less QR code.)
|
284 |
|
@@ -289,10 +291,10 @@ Feel free to test custom settings as well to tweak or try changing your 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 |
|
|
|
|
|
296 |
|
297 |
blocks.queue(concurrency_count=1, max_size=20)
|
298 |
blocks.launch(share=False)
|
|
|
1 |
#Created for https://www.aiqrgenerator.com/ as a public beta version for embedding.
|
2 |
+
#I wanted to make the model more accessable for public users and commercialized. Feel free to share at https://www.aiqrgenerator.com/generator.
|
3 |
#May update again but will probably remain the final public version as I am still working on features and consider this a minimum viable product
|
4 |
#Further updates and custom models will be updated privately.
|
5 |
|
|
|
277 |
sampler,
|
278 |
],
|
279 |
outputs=[result_image],
|
280 |
+
)
|
281 |
+
gr.Markdown(
|
282 |
+
"""
|
283 |
+
### Settings Details
|
284 |
**QR High Pass** - Change this to affect how much the QR code is overlayed to your image in a second pass. Controlnet model.
|
285 |
(Higher setting is more QR code, lower setting is less QR code.)
|
286 |
|
|
|
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 |
|
299 |
blocks.queue(concurrency_count=1, max_size=20)
|
300 |
blocks.launch(share=False)
|