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

feat: use consistent file name in gradio #1932

Merged

Commits on Jan 14, 2024

  1. feat: use consistent file name in gradio

    returns and uses filepaths instead of numpy image by saving to temp dir
    uses double the temp dir file storage on disk as it saves to temp dir and gradio temp dir when displaying the image, but reuses logged output image
    mashb1t committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    3c855bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161b988 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1779fa0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eeb57f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge branch 'develop' into feature/use-consistent-file-name-in-gradio

    # Conflicts:
    #	ldm_patched/modules/args_parser.py
    #	modules/async_worker.py
    mashb1t committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ef3762c View commit details
    Browse the repository at this point in the history