Feature: Return PNG image instead of current WEBP

#2
by moytra - opened

Currently if you edit image with E1-Full it shows image and allows to download only very compressed WEBP format.

Can you make it so that it returns PNG instead? Same like I1-Dev returns PNG right now.

I'm not very sure but probably it is enough in the app.py to edit code of output_image = gr.Image(... and add call argument - format = 'png' - same like in I1-Dev app.py.

Sign up or log in to comment