Due to Gradio issues, the generated image is slightly less satured than the original 5714c94 verified Fabrice-TIERCELIN commited on Jul 3, 2024
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 Jun 29, 2024
print("Estimated minutes: " + str(math.log(result_width * result_height * input_width * input_height * edm_steps * num_samples))) 73e461e verified Fabrice-TIERCELIN commited on Jun 23, 2024
denoise_image = upscale_image(denoise_image, upscale, unit_resolution=32, min_size=min_size) ac1609f verified Fabrice-TIERCELIN commited on Jun 21, 2024
if type(e).__name__ == 'gradio.exceptions.Error': 726f453 verified Fabrice-TIERCELIN commited on Jun 19, 2024
"The image" + (" has" if len(results) == 1 else "s have") + " been generated in " + \ 0bd47f7 verified Fabrice-TIERCELIN commited on Jun 18, 2024
print('Exception of type ' + str(type(e))) 4318409 verified Fabrice-TIERCELIN commited on Jun 17, 2024