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

cv2: error checking for image load when we hit grayscale images | LoRA: save/load refactor from Sayak | arguments: set --inference_noise_scheduler to None by default so that PixArt scheduler is uninterrupted #555

Merged
merged 6 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    437f337 View commit details
    Browse the repository at this point in the history
  2. finish refactoring

    sayakpaul committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    848d14f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #554 from bghira/refactor-hooks

    Refactor `save_hooks`
    bghira authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    1911fea View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. default noise scheduler should be None for inference so that we do no…

    …t override working configurations for eg. pixart sigma
    bghira committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    d7b86cf View commit details
    Browse the repository at this point in the history
  2. image load should check shape first

    bghira committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    09221cc View commit details
    Browse the repository at this point in the history
  3. local backend should log erroneous filename and not exit on first err…

    …or unless --delete_problematic_images is not provided
    bghira committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0af27c0 View commit details
    Browse the repository at this point in the history