Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI: Fixes for Gradio 4.7.1/4.8.0 update #2024

Merged
merged 1 commit into from
Dec 14, 2023

Commits on Dec 10, 2023

  1. UI: Fixes for Gradio 4.7.1/4.8.0 update

    * Upgrade Gradio pin from 4.7.1 to 4.80.
    * Make Nod AI logos visible again.
    * Remove image toolbars from png import boxes.
    * Set Input Images on img2img, outpaint and upscaler tabs to be upload
    only.
    * Change Image control to an ImageEditor control for masking on the
    inpaint tab. Remove previous height restriction as this hides the
    editing controls.
    * Move Input Image/Masked Image on img2img, inpaint, outpaint and
    upscaler tabs to be the first control on their tabs.
    * Remove download buttons from all galleries as they download some
    html rather the image (gradio issue #6595)
    * Remove add new row and column from Output Gallery parameters
    dataframe.
    * Add partial workaround for not being able to select text in the Output
    Gallery Gallery parameters dataframe (gradio issue #6086 )
    * Fix uglified formatting of subdirectory selection dropown, refresh
    button, and open folder buttons on the Output Gallery tab.
    * Force Output Gallery to use the full width of the Gallery control
    for the preview overlay when an image is selected, rather than
    an overlay the width of the selected image.
    * Fix sendto buttons.
    * Reset Inpaint ImageEditor control with the Mask Layer after generation
    is complete, as it gets lost if the image was sent to the tab from
    another tab rather than being uploaded. Also rework queuing and
    progress rendering along this codepath. This doesn't solve the
    underlying problem of the Mask Layer being removed, but does get inpaint
    fully working with the Gradio update.
    one-lithe-rune committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    1403efb View commit details
    Browse the repository at this point in the history