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

Minor fixes #2480

Merged
merged 6 commits into from
May 11, 2024
Merged

Minor fixes #2480

merged 6 commits into from
May 11, 2024

Commits on May 7, 2024

  1. Merge pull request #2465 from bmaltais/dev

    v24.1.2
    bmaltais authored May 7, 2024
    Configuration menu
    Copy the full SHA
    e2206e0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Merge pull request #2478 from bmaltais/dev

    v24.1.3
    bmaltais authored May 9, 2024
    Configuration menu
    Copy the full SHA
    8316941 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Update common_gui.py

    Little fix to the `validate_model_path` function to properly handle a folder path. Currently, it errors out when a folder path is selected for a training with diffusers. 😊
    sangoi-exe authored May 10, 2024
    Configuration menu
    Copy the full SHA
    418fa00 View commit details
    Browse the repository at this point in the history
  2. Update lora_gui.py

    Switching the validation type for the resume training state path from 'file' to 'folder'.
    😊
    sangoi-exe authored May 10, 2024
    Configuration menu
    Copy the full SHA
    18a8ccd View commit details
    Browse the repository at this point in the history
  3. Update common_gui.py

    format
    sangoi-exe authored May 10, 2024
    Configuration menu
    Copy the full SHA
    33d2afa View commit details
    Browse the repository at this point in the history
  4. Update common_gui.py

    My last fix was wrong and was returning errors when using a default model or when the VAE was not defined. This new fix works with all possibilities.
    However, when a diffusers folder is used, `validate_file_path` will show a failed check, but the operation will still succeed because `validate_folder_path` will return successfully.
    sangoi-exe authored May 10, 2024
    Configuration menu
    Copy the full SHA
    633840f View commit details
    Browse the repository at this point in the history