Commit History

Due to Gradio issues, the generated image is slightly less satured than the original
5714c94
verified

Fabrice-TIERCELIN commited on

print("Estimated minutes: " + f'{((result_width * result_height * input_width * input_height * edm_steps * (num_samples**(1/2)))**(1/2)) / 5000000:,}')
b445876
verified

Fabrice-TIERCELIN commited on

print("Estimated minutes: " + str(math.log(result_width * result_height * input_width * input_height * edm_steps * num_samples)))
73e461e
verified

Fabrice-TIERCELIN commited on

denoise_image = upscale_image(denoise_image, upscale, unit_resolution=32, min_size=min_size)
ac1609f
verified

Fabrice-TIERCELIN commited on

if type(e).__name__ == 'gradio.exceptions.Error':
726f453
verified

Fabrice-TIERCELIN commited on

"The image" + (" has" if len(results) == 1 else "s have") + " been generated in " + \
0bd47f7
verified

Fabrice-TIERCELIN commited on

print('Exception of type ' + str(type(e)))
4318409
verified

Fabrice-TIERCELIN commited on