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

Batch File upload/ Folder upload. Bulk Enhance #3540

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Aug 18, 2024

  1. Batch File upload/ Folder upload. Bulk Enhance

    -Immediately enhance each image generated
    -Added Bulk Enhance
    -Added 2 smaller resolutions: 512x512 and 704x704 for faster image generation
    -Added default enhance prompts for pre-selections  'face', 'eye', 'mouth', 'hair', 'hand', 'body'
    -Added more error handling
    ChrisColeTech committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f1e9a5c View commit details
    Browse the repository at this point in the history
  2. remove unused imports

    remove unused imports
    ChrisColeTech committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    ee4f442 View commit details
    Browse the repository at this point in the history
  3. Change to resolve GitHub Advanced Security check

    Change to resolve GitHub Advanced Security check
    ChrisColeTech committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9f535e8 View commit details
    Browse the repository at this point in the history
  4. Rework Stop/Skip while bulk enhancing

    -Rework stop/skip during bulk enhance to use "async_task.should_run" and -"async_task.should_skip" for more reliable stopping and skipping.
    -Code cleanup
    -Added more logging.
    -Removed some emoji's
    ChrisColeTech committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7a0b8ee View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    2ab91c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec177f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Update async_worker.py

    remove unused index
    ChrisColeTech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    ad18a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e268cd5 View commit details
    Browse the repository at this point in the history
  3. more code cleanup

    remove unused flags
    code cleanup
    ChrisColeTech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    83d0935 View commit details
    Browse the repository at this point in the history
  4. To resolve github CodeQL warning

    -To resolve github CodeQL warning
    -more code cleanup
    ChrisColeTech committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3db125a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Update async_worker.py

    ChrisColeTech committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4b90d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67edbf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. automatic tkinter installation

    automatic tkinter installation
    ChrisColeTech committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e68d7b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1afc7b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update launch.py

    ChrisColeTech committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    672baf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Remove code comments, added backend logic for perf monitor. renamed t…

    …kinter_installer to dependency_installer for reusability
    ChrisColeTech committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    8921ac8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7722d2c View commit details
    Browse the repository at this point in the history
  3. wired up perf monitor

    ChrisColeTech committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4848427 View commit details
    Browse the repository at this point in the history
  4. Update launch.py

    ChrisColeTech committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    85429b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    4c32ebe View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5774787 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix invisible element

    ChrisColeTech committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f0fa022 View commit details
    Browse the repository at this point in the history
  2. remove unused code

    ChrisColeTech committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c5a290a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8d4d2d View commit details
    Browse the repository at this point in the history
  4. speed up animation

    ChrisColeTech committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ce74b6b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    eb934c9 View commit details
    Browse the repository at this point in the history