Spaces:
Runtime error
Runtime error
More than double
Browse files
app.py
CHANGED
|
@@ -424,7 +424,7 @@ def restore_on_gpu(
|
|
| 424 |
print("edm_steps: " + str(edm_steps))
|
| 425 |
print("num_samples: " + str(num_samples))
|
| 426 |
print("downscale: " + str(downscale))
|
| 427 |
-
print("Estimated minutes: " + f'{(((result_width * result_height**(1/1.5)) * input_width * input_height * (edm_steps**(1/2)) * (num_samples**(1/2.5)))**(1/2.5)) /
|
| 428 |
except Exception as e:
|
| 429 |
print('Exception of Estimation')
|
| 430 |
|
|
|
|
| 424 |
print("edm_steps: " + str(edm_steps))
|
| 425 |
print("num_samples: " + str(num_samples))
|
| 426 |
print("downscale: " + str(downscale))
|
| 427 |
+
print("Estimated minutes: " + f'{(((result_width * result_height**(1/1.5)) * input_width * input_height * (edm_steps**(1/2)) * (num_samples**(1/2.5)))**(1/2.5)) / 30000:,}')
|
| 428 |
except Exception as e:
|
| 429 |
print('Exception of Estimation')
|
| 430 |
|