Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bmaltais/kohya_ss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.0.7
Choose a base ref
...
head repository: bmaltais/kohya_ss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.0.8
Choose a head ref
  • 6 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    d8a51f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2393 from bmaltais/2391-default-max-train-steps-i…

    …s-1600-and-not-zero-in-v2407
    
    Set `max_train_steps` to 0 if not specified in older `.json` config files
    bmaltais authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b7737bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c2c2d4 View commit details
    Browse the repository at this point in the history
  4. Update README

    bmaltais committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    f2c3b62 View commit details
    Browse the repository at this point in the history
  5. chore(docker): Configure TensorBoard port through .env file (#2397)

    * chore(docker): Configure TensorBoard port through .env file
    
    - Added a new `.env` file to specify the TensorBoard port
    - Updated the `docker-compose.yaml` file to import the TensorBoard port from the `.env` file
    - Adjusted the tensorboard service in `docker-compose.yaml` to make the port configurable via an environment variable
    - Added a comment in `docker-compose.yaml` to encourage changing the port in the `.env` file instead of the docker-compose file itself
    
    * fix: the `Open tensorboard` button is not working in headless environment
    
    Use the gradio builtin feature instead.
    
    - In `class_tensorboard.py`, the "Open tensorboard" button now directly links to the tensorboard URL instead of calling the `open_tensorboard_url` function when clicked.
    jim60105 authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    074de82 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Merge pull request #2398 from bmaltais/dev

    v24.0.8
    bmaltais authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f66a238 View commit details
    Browse the repository at this point in the history
Loading