lzyhha commited on
Commit
391f6e1
·
1 Parent(s): fc00740
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -30,7 +30,9 @@ GUIDANCE = """
30
 
31
  <div style='font-size: 20px;'>
32
  💻 The runtime on the zero GPU runtime depends on the size of the image grid.
33
- For images with the resoluation of 1024, the runtime is approximately <span style='font-weight: bold; color:red;'>[45s for a 2x2 grid], [55s for a 2x3 grid]</span>.
 
 
34
  </div>
35
 
36
  """
 
30
 
31
  <div style='font-size: 20px;'>
32
  💻 The runtime on the zero GPU runtime depends on the size of the image grid.
33
+ When generating an image with the resoluation of 1024, the runtime is approximately <span style='font-weight: bold; color:red;'>[45s for a 2x2 grid], [55s for a 2x3 grid], [70s for a 3x3 grid], [90s for a 3x4 grid]</span>.
34
+ When generating three images in a 3x4 grid, i.e., Image to Depth + Normal + Hed, the runtime is approximately <span style='font-weight: bold; color:red;'>110s</span>.
35
+ Deploying locally with an 80G A100 can reduce the runtime by more than half.
36
  </div>
37
 
38
  """