estusgroup commited on
Commit
455a7a7
·
1 Parent(s): 52579e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -175,7 +175,7 @@ Type in what you want the QR code to look like. Use major subjects seperated by
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
 
@@ -252,7 +252,7 @@ Feel free to test custom settings as well to make the QR work or try changing yo
252
  maximum=9999999999,
253
  step=1,
254
  value=2313123,
255
- label="Seed (-1 is Randomized)",
256
  randomize=True,
257
  )
258
  with gr.Row():
@@ -289,7 +289,7 @@ Feel free to test custom settings as well to make the QR work or try changing yo
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
 
 
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. Change the seed to any number to completely change your generation.
179
 
180
  **Hit run!**
181
 
 
252
  maximum=9999999999,
253
  step=1,
254
  value=2313123,
255
+ label="Seed",
256
  randomize=True,
257
  )
258
  with gr.Row():
 
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
+ (You can copy your seed from a previous generation to get the same image.)
293
  """
294
  )
295